Update 1-install.sh
This commit is contained in:
parent
6c7f3304ae
commit
785fa7e9ab
@ -32,7 +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";
|
||||
_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