From 785fa7e9ab955e25c532a7331a1da4d50dd9525d Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Tue, 17 Oct 2023 19:52:20 +0000 Subject: [PATCH] Update 1-install.sh --- 1-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-install.sh b/1-install.sh index 2c43dbd..3cbfee3 100755 --- a/1-install.sh +++ b/1-install.sh @@ -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