script/install.sh
2024-07-16 19:25:44 -04:00

12 lines
218 B
Bash
Executable file

pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin
makepkg -si
sudo pacman -S --needed - < ~/script/pacman.txt
yay -S --needed - < ~/script/yay.txt
cd ~/script/
./clone.sh