updated wording for updater and intro
This commit is contained in:
parent
04c6d7e2d8
commit
979f427f9f
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user