Remove quotes from where they shouldn't be

This commit is contained in:
Augusto Gunsch 2021-08-12 20:20:22 -03:00
parent ac2d3835e8
commit 4ccacaa8c3
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 1 additions and 1 deletions

View File

@ -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