From 4ccacaa8c30ecd10d7ddfac2f0d5f7e8f0bcfc14 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Thu, 12 Aug 2021 20:20:22 -0300 Subject: [PATCH] Remove quotes from where they shouldn't be --- post-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-install.sh b/post-install.sh index 762a236..b565c99 100755 --- a/post-install.sh +++ b/post-install.sh @@ -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