fix missing updater_url

This commit is contained in:
VetheonGames 2024-01-08 18:02:12 -07:00
parent e941857450
commit 4d87c7ff94

View File

@ -103,6 +103,7 @@ echo "Building binary..."
go build -o ~/.allpac/bin/allpac || { echo "Failed to build binary. Exiting."; exit 1; } go build -o ~/.allpac/bin/allpac || { echo "Failed to build binary. Exiting."; exit 1; }
echo "Downloading updater script..." echo "Downloading updater script..."
updater_url="https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/raw/branch/main/allpac/update.sh"
wget -O ~/.allpac/bin/allpac-updater.sh "$updater_url" || { echo "Failed to download updater script. Exiting."; exit 1; } wget -O ~/.allpac/bin/allpac-updater.sh "$updater_url" || { echo "Failed to download updater script. Exiting."; exit 1; }
echo "Setting updater script permissions..." echo "Setting updater script permissions..."