another update to hopefully fix shit

This commit is contained in:
Brendan Webb 2021-08-22 17:22:08 +10:00
parent 888b22f1aa
commit f90e7d0d3d
1 changed files with 2 additions and 3 deletions

View File

@ -28,10 +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
ls
chmod +x wpset-setup
chmod +x /home/$USER/$DOWNLOAD_FOLDER/wpset-setup
echo "sudo privileges are required to continue. enter your password."
sudo ./wpset-setup update
sudo /home/$USER/$DOWNLOAD_FOLDER/wpset-setup update
sleep 1