Add base devel to ensure yay installation

This commit is contained in:
Stephan Raabe
2023-10-17 19:53:37 +00:00
parent 8493bac4a6
commit 9c5a45efa4
+1
View File
@@ -32,6 +32,7 @@ if sudo pacman -Qs yay > /dev/null ; then
echo "yay is installed. You can proceed with the installation" echo "yay is installed. You can proceed with the installation"
else else
echo "yay is not installed. Will be installed now!" echo "yay is not installed. Will be installed now!"
_installPackagesPacman "base-devel"
git clone https://aur.archlinux.org/yay-git.git ~/yay-git git clone https://aur.archlinux.org/yay-git.git ~/yay-git
cd ~/yay-git cd ~/yay-git
makepkg -si makepkg -si