updated updater script and added root script
This commit is contained in:
parent
52657dc772
commit
15dd683d0f
@ -1,15 +1,11 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -o nounset
|
|
||||||
|
|
||||||
ID=$(curl ifconfig.me)
|
|
||||||
|
|
||||||
cd /home/free/Downloads
|
cd /home/free/Downloads
|
||||||
|
|
||||||
wget "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Reseter/Reseter%20Source%20Files/Master_Passwords_Reset_Root.sh"
|
wget "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Source%20Files/Update_Sovran_SystemsOS_Root.sh"
|
||||||
|
|
||||||
bash /home/free/Downloads/Master_Passwords_Reset.sh | zenity --progress --no-cancel --pulsate --auto-close --width=500 --title="Sovran_SystemsOS_Reseter" --text="Please Wait. Passwords Are Being Reset. This May Take Some Time..."
|
bash /home/free/Downloads/Update_Sovran_SystemsOS_Root.sh | zenity --progress --no-cancel --pulsate --auto-close --width=500 --title="Sovran_SystemsOS_Updater" --text="Update In Progress"
|
||||||
|
|
||||||
rm -rf /home/free/Downloads/Master_Passwords_Reset.sh
|
rm -rf /home/free/Downloads/Update_Sovran_SystemsOS_Root.sh
|
||||||
|
|
||||||
exit 0
|
exit 0
|
Loading…
Reference in New Issue
Block a user