From 8762918d10455f07c937981515e925e093823438 Mon Sep 17 00:00:00 2001 From: VetheonGames Date: Mon, 8 Jan 2024 18:30:59 -0700 Subject: [PATCH] I forgot to run chmod to set the uninstaller perms --- allpac/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/allpac/install.sh b/allpac/install.sh index 6d74b9e..0927d01 100644 --- a/allpac/install.sh +++ b/allpac/install.sh @@ -113,6 +113,8 @@ wget -O ~/.allpac/bin/allpac-uninstaller.sh "$uninstaller_url" || { echo "Failed echo "Setting updater script permissions..." chmod u+rwx ~/.allpac/bin/allpac-updater.sh +echo "Setting uninstaller script permissions..." +chmod u+rwx ~/.allpac/bin/allpac-uninstaller.sh echo "Detecting your shell and updating the configuration..." if [[ "$SHELL" == *"bash"* ]]; then