I forgot to run chmod to set the uninstaller perms

This commit is contained in:
VetheonGames 2024-01-08 18:30:59 -07:00
parent 885a3fbab0
commit 8762918d10

View File

@ -113,6 +113,8 @@ wget -O ~/.allpac/bin/allpac-uninstaller.sh "$uninstaller_url" || { echo "Failed
echo "Setting updater script permissions..." echo "Setting updater script permissions..."
chmod u+rwx ~/.allpac/bin/allpac-updater.sh 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..." echo "Detecting your shell and updating the configuration..."
if [[ "$SHELL" == *"bash"* ]]; then if [[ "$SHELL" == *"bash"* ]]; then