2023-05-22 19:32:08 -07:00
|
|
|
#!/usr/bin/env bash
|
2023-05-22 14:32:15 -07:00
|
|
|
|
2023-06-18 08:56:11 -07:00
|
|
|
cd /home/free/Downloads
|
2023-05-23 09:07:58 -07:00
|
|
|
|
2023-06-18 08:58:51 -07:00
|
|
|
wget "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Source%20Files/Update_Sovran_SystemsOS_Root.sh"
|
2023-05-22 14:32:15 -07:00
|
|
|
|
2023-06-18 08:58:51 -07:00
|
|
|
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"
|
2023-05-23 20:10:41 -07:00
|
|
|
|
2023-06-18 08:58:51 -07:00
|
|
|
rm -rf /home/free/Downloads/Update_Sovran_SystemsOS_Root.sh
|
2023-05-22 14:32:15 -07:00
|
|
|
|
|
|
|
exit 0
|