diff --git a/Sovran_SystemsOS_Updater/Updater Files/Info For Sovran_SystemsOS Updater.md b/Sovran_SystemsOS_Updater/Updater Files/Info For Sovran_SystemsOS Updater.md index 095bc84..5c6a2d2 100644 --- a/Sovran_SystemsOS_Updater/Updater Files/Info For Sovran_SystemsOS Updater.md +++ b/Sovran_SystemsOS_Updater/Updater Files/Info For Sovran_SystemsOS Updater.md @@ -1,2 +1,9 @@ Welcome to the Sovran_SystemsOS Updater! +This Updater will run through several stages. + +Be patient. + +Then you have the option to reboot. + +Enjoy! \ No newline at end of file diff --git a/Sovran_SystemsOS_Updater/Updater Files/Update_Sovran_SystemsOS b/Sovran_SystemsOS_Updater/Updater Files/Update_Sovran_SystemsOS index 9a1719b..a4462ca 100755 --- a/Sovran_SystemsOS_Updater/Updater Files/Update_Sovran_SystemsOS +++ b/Sovran_SystemsOS_Updater/Updater Files/Update_Sovran_SystemsOS @@ -1,5 +1,12 @@ #!/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") if [ $? -eq 1 ] ; then @@ -11,12 +18,6 @@ password=$(zenity --password --title="Sovran_SystemsOS Updater") 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 \ --ellipsize \