Add base-devel check for yay

This commit is contained in:
Stephan Raabe 2023-10-17 17:19:44 +02:00
parent db790f413f
commit 47e786f3a2

View File

@ -32,6 +32,7 @@ if sudo pacman -Qs yay > /dev/null ; then
echo "yay is installed. You can proceed with the installation"
else
echo "yay is not installed. Will be installed now!"
_installPackagesPacman "base-devel";
git clone https://aur.archlinux.org/yay-git.git ~/yay-git
cd ~/yay-git
makepkg -si