diff options
| -rwxr-xr-x | install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
