updated wording for updater and intro
This commit is contained in:
parent
bc2b0e261f
commit
04c6d7e2d8
@ -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...
|
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:
|
All updates come from these links:
|
||||||
|
@ -22,16 +22,17 @@ zenity --info \
|
|||||||
--ellipsize \
|
--ellipsize \
|
||||||
--no-wrap \
|
--no-wrap \
|
||||||
--width=700 \
|
--width=700 \
|
||||||
--title="Sovran_SystemsOS Updater" \
|
--title="Sovran_SystemsOS and Sovran_SystemsOS_Light Updater" \
|
||||||
--text="Yay, your Sovran Pro update is complete! Please reboot when you are ready."
|
--text="Yay complete! Please reboot when you are ready."
|
||||||
|
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
zenity --error \
|
zenity --error \
|
||||||
--title="Sovran_SystemsOS Updater" \
|
--width=700 \
|
||||||
--text="Could Not Update Sovran_SystemsOS."
|
--title="Sovran_SystemsOS and Sovran_SystemsOS_Light Updater" \
|
||||||
|
--text="Could not complete the update."
|
||||||
|
|
||||||
exit 2
|
exit 2
|
||||||
|
|
||||||
@ -46,7 +47,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
|
|||||||
zenity --text-info \
|
zenity --text-info \
|
||||||
--width=1000 \
|
--width=1000 \
|
||||||
--height=700 \
|
--height=700 \
|
||||||
--title="Sovran_SystemsOS Updater"
|
--title="Sovran_SystemsOS and Sovran_SystemsOS_Light Updater"
|
||||||
|
|
||||||
if [[ $? -eq 1 ]]; then
|
if [[ $? -eq 1 ]]; then
|
||||||
|
|
||||||
@ -56,7 +57,7 @@ else
|
|||||||
|
|
||||||
FLATPAK
|
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
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user