updated readme files and text in updater script

This commit is contained in:
2023-07-31 14:33:51 -07:00
parent 3e305e053a
commit 7db8668d34
3 changed files with 13 additions and 6 deletions

View File

@ -2,13 +2,16 @@
Welcome to the Sovran_SystemsOS Updater!
This updater will run through a few stages. 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."
All updates come from here:
Rebooting will shut down all your services until your Sovran Pro finishes the boot process.
All updates come from these links:
https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS
@ -20,7 +23,7 @@ https://git.sovransystems.com/Sovran_Systems/Software
Don't Trust, Verify!
After you have checked that the software is safe from the link above, then click "OK."
After you have checked that the software is safe from the links above, then click "OK."
Enjoy!

View File

@ -46,7 +46,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
--auto-close \
--pulsate \
--width=500 \
--text="Updating..." \
--text="Updating, Could Take Up To 3 Hours, Please Be Patient..." \
--title="Sovran_SystemsOS Updater"
if [[ $? != 0 ]]; then