diff --git a/Sovran_SystemsOS_Updater/Updater Source Files/Intro.md b/Sovran_SystemsOS_Updater/Updater Source Files/Intro.md index 12fbb4c..dfac40f 100644 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Intro.md +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Intro.md @@ -1,5 +1,5 @@ -Welcome to the Sovran_SystemsOS and Sovran_SystemsOS_Light Updater! +Welcome to the Sovran_SystemsOS! This updater will run through a few stages. Sometimes, it could take up to 3 hours for it to finish. Be patient... @@ -8,7 +8,7 @@ This updater will run through a few stages. Sometimes, it could take up to 3 hou When it is finished, a final pop up will state "Yay complete! Please reboot when you are ready." -Rebooting will shut down all your services until your Sovran Pro or Sovran Book Pro finishes the boot process. +Rebooting will shut down all your services until your Sovran Pro finishes the boot process. All updates come from these links: diff --git a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh index 61b5f65..4a66a34 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -22,7 +22,7 @@ zenity --info \ --ellipsize \ --no-wrap \ --width=700 \ ---title="Sovran_SystemsOS and Sovran_SystemsOS_Light Updater" \ +--title="Sovran_SystemsOS" \ --text="Yay complete! Please reboot when you are ready." exit 1 @@ -31,7 +31,7 @@ else zenity --error \ --width=700 \ ---title="Sovran_SystemsOS and Sovran_SystemsOS_Light Updater" \ +--title="Sovran_SystemsOS" \ --text="Could not complete the update." exit 2 @@ -47,7 +47,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr zenity --text-info \ --width=1000 \ --height=700 \ ---title="Sovran_SystemsOS and Sovran_SystemsOS_Light Updater" +--title="Sovran_SystemsOS" if [[ $? -eq 1 ]]; then @@ -57,7 +57,7 @@ else FLATPAK -SPICE | zenity --progress --no-cancel --auto-close --width=550 --pulsate --text="Updating now. In rare cases, it could take up to 3 hours. Please Be Patient..." ----title="Sovran_SystemsOS and Sovran_SystemsOS_Light Updater" +SPICE | zenity --progress --no-cancel --auto-close --width=550 --pulsate --text="Updating now. In rare cases, it could take up to 3 hours. Please Be Patient..." ----title="Sovran_SystemsOS" fi