updated Update_Sovran_SystemsOS script

This commit is contained in:
naturallaw77 2023-05-22 22:23:31 -07:00
parent fe06abcbdb
commit 510ec41673
2 changed files with 14 additions and 6 deletions

View File

@ -1,2 +1,9 @@
Welcome to the Sovran_SystemsOS Updater! Welcome to the Sovran_SystemsOS Updater!
This Updater will run through several stages.
Be patient.
Then you have the option to reboot.
Enjoy!

View File

@ -1,5 +1,12 @@
#!/usr/bin/env bash #!/usr/bin/env bash
zenity --info \
--no-wrap \
--title="Sovran_SystemsOS Updater" \
--text="$(curl https://git.sovransystems.com/Sovran_Systems/Sovran_Systems_Packages/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Files/Info%20For%20Sovran_SystemsOS%20Updater.md)"
password=$(zenity --password --title="Sovran_SystemsOS Updater") password=$(zenity --password --title="Sovran_SystemsOS Updater")
if [ $? -eq 1 ] ; then if [ $? -eq 1 ] ; then
@ -11,12 +18,6 @@ password=$(zenity --password --title="Sovran_SystemsOS Updater")
else else
zenity --info \
--ellipsize \
--no-wrap \
--title="Sovran_SystemsOS Updater" \
--text="$(curl https://git.sovransystems.com/Sovran_Systems/Sovran_Systems_Packages/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Files/Info%20For%20Sovran_SystemsOS%20Updater.md)"
zenity --info \ zenity --info \
--ellipsize \ --ellipsize \