From 1ec52c38feff559e8a78e41481bcab58fbe0eb77 Mon Sep 17 00:00:00 2001 From: blueingreen68 Date: Wed, 20 Dec 2023 17:57:02 +0000 Subject: update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 4cc4990..611b0e0 100755 --- a/install.sh +++ b/install.sh @@ -14,9 +14,9 @@ setStatusE () { setStatusE false yaySetupPkg () { - git clone https://aur.archlinux.org/yay + git clone https://aur.archlinux.org/yay ~/yay - cd ~/yay + cd "~/yay" makepkg -isr yay -S --needed - < "$dirArchIsoFiles"/pkglist.txt -- cgit