Update scripts/99_yay.sh
+ base-devel (new requirement to install yay)
This commit is contained in:
@@ -17,6 +17,9 @@ fi
|
||||
# update system
|
||||
sudo pacman -Syu
|
||||
|
||||
# install base-devel (needed to install yay)
|
||||
sudo pacman -S --needed base-devel
|
||||
|
||||
# remove potential old yay download folder
|
||||
rm -rf /tmp/yay
|
||||
|
||||
|
||||
Reference in New Issue
Block a user