i fucking hate zips

but at the same time i don't understand tarballs
what can i dOoOoOoO
This commit is contained in:
Brendan Webb 2021-08-22 17:25:55 +10:00
parent fc5a3a21a6
commit dd8c9cca00
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ PASSWD=$(pass system/sudo)
curl -s $DOWNLOAD_URL -o $DOWNLOAD_FNAME
unzip $DOWNLOAD_FNAME -d /home/$USER/$DOWNLOAD_FOLDER
cd /home/$USER/$DOWNLOAD_FOLDER
chmod +x /home/$USER/$DOWNLOAD_FOLDER/wpset-setup
chmod +x /home/$USER/$DOWNLOAD_FOLDER/brendotools-wallman/wpset-setup
echo "sudo privileges are required to continue. enter your password."
sudo /home/$USER/$DOWNLOAD_FOLDER/wpset-setup update
sudo /home/$USER/$DOWNLOAD_FOLDER/brendotools-wallman/wpset-setup update
sleep 1