💥 add yay installation
This commit is contained in:
parent
a6a8da00bc
commit
7524ac8a19
1 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# run as root
|
||||||
pacman -Syy
|
pacman -Syy
|
||||||
pacman -Syu
|
pacman -Syu
|
||||||
|
|
||||||
|
# the following commands are run manually
|
||||||
|
pacman -S --needed git base-devel
|
||||||
|
git clone https://aur.archlinux.org/yay.git
|
||||||
|
cd yay
|
||||||
|
makepkg -si
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue