Add base devel to ensure yay installation
This commit is contained in:
parent
8493bac4a6
commit
9c5a45efa4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user