Remove quotes from where they shouldn't be
This commit is contained in:
parent
ac2d3835e8
commit
4ccacaa8c3
|
@ -191,7 +191,7 @@ install_aur() {
|
||||||
done
|
done
|
||||||
|
|
||||||
quiet sudo -u nobody makepkg --noconfirm
|
quiet sudo -u nobody makepkg --noconfirm
|
||||||
quiet pacman -U --noconfirm "$1*.pkg.tar*"
|
quiet pacman -U --noconfirm $1*.pkg.tar*
|
||||||
qpopd
|
qpopd
|
||||||
rm -rf "$1"
|
rm -rf "$1"
|
||||||
qpopd
|
qpopd
|
||||||
|
|
Loading…
Reference in New Issue