Simplify so we can just run everything in the install dir

This commit is contained in:
David Heinemeier Hansson
2025-06-02 09:26:38 +02:00
parent 874c39f180
commit 2bdb064c02
5 changed files with 14 additions and 22 deletions

6
install/1-yay.sh Normal file
View File

@ -0,0 +1,6 @@
sudo pacman -S --needed base-devel
git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin
makepkg -si --noconfirm
cd ~
rm -rf yay-bin