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