mirror of
https://github.com/xsghetti/script.git
synced 2025-01-23 01:26:08 -05:00
12 lines
209 B
Bash
Executable file
12 lines
209 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 - < ~/script/yay.txt
|
|
|
|
cd ~/script/
|
|
./clone.sh
|
|
|
|
|