script/install.sh

13 lines
209 B
Bash
Raw Normal View History

2024-07-16 18:12:12 -04:00
pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin
makepkg -si
2024-07-16 18:21:56 -04:00
sudo pacman -S --needed - < ~/script/pacman.txt
yay -S - < ~/script/yay.txt
2024-07-16 19:04:56 -04:00
cd ~/script/
./clone.sh
2024-07-16 18:21:56 -04:00
2024-07-16 18:46:41 -04:00