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