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