updated Info For Sovran_SystemsOS Updater.md

This commit is contained in:
naturallaw77 2023-05-22 22:38:26 -07:00
parent 833a333e9b
commit 8e5afb885d
2 changed files with 7 additions and 3 deletions

View File

@ -2,8 +2,12 @@ Welcome to the Sovran_SystemsOS Updater!
This Updater will run through several stages.
Be patient.
Be patient...
Then you have the option to reboot.
Several windows will pop up during the process.
When it is finished it will say complete and then you can reboot when ready.
All updates come from [Sovran Systems Gitea Page](https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOSv2)
Enjoy!

View File

@ -12,7 +12,7 @@ password=$(zenity --password --title="Sovran_SystemsOS Updater")
if [ $? -eq 1 ] ; then
zenity --error \
--text="Update Canceled By User."
--text="Update Canceled By User"
exit 1