updated wording for updater and intro

This commit is contained in:
naturallaw77 2023-12-10 19:26:12 -08:00
parent bc2b0e261f
commit 04c6d7e2d8
2 changed files with 10 additions and 9 deletions

View File

@ -1,14 +1,14 @@
Welcome to the Sovran_SystemsOS Updater!
Welcome to the Sovran_SystemsOS and Sovran_SystemsOS_Light Updater!
This updater will run through a few stages. Sometimes, it could take up to 3 hours for it to finish. Be patient...
When it is finished, a final pop up will state "Yay Complete! Please Reboot When You Are Ready."
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 finishes the boot process.
Rebooting will shut down all your services until your Sovran Pro or Sovran Book Pro finishes the boot process.
All updates come from these links:

View File

@ -22,16 +22,17 @@ zenity --info \
--ellipsize \
--no-wrap \
--width=700 \
--title="Sovran_SystemsOS Updater" \
--text="Yay, your Sovran Pro update is complete! Please reboot when you are ready."
--title="Sovran_SystemsOS and Sovran_SystemsOS_Light Updater" \
--text="Yay complete! Please reboot when you are ready."
exit 1
else
zenity --error \
--title="Sovran_SystemsOS Updater" \
--text="Could Not Update Sovran_SystemsOS."
--width=700 \
--title="Sovran_SystemsOS and Sovran_SystemsOS_Light Updater" \
--text="Could not complete the update."
exit 2
@ -46,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 Updater"
--title="Sovran_SystemsOS and Sovran_SystemsOS_Light Updater"
if [[ $? -eq 1 ]]; then
@ -56,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 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 and Sovran_SystemsOS_Light Updater"
fi