From 8e5afb885de3d2746d625514172744a731633474 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 22 May 2023 22:38:26 -0700 Subject: [PATCH] updated Info For Sovran_SystemsOS Updater.md --- .../Updater Files/Info For Sovran_SystemsOS Updater.md | 8 ++++++-- .../Updater Files/Update_Sovran_SystemsOS | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Sovran_SystemsOS_Updater/Updater Files/Info For Sovran_SystemsOS Updater.md b/Sovran_SystemsOS_Updater/Updater Files/Info For Sovran_SystemsOS Updater.md index 5c6a2d2..fe8b0b7 100644 --- a/Sovran_SystemsOS_Updater/Updater Files/Info For Sovran_SystemsOS Updater.md +++ b/Sovran_SystemsOS_Updater/Updater Files/Info For Sovran_SystemsOS Updater.md @@ -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! \ No newline at end of file diff --git a/Sovran_SystemsOS_Updater/Updater Files/Update_Sovran_SystemsOS b/Sovran_SystemsOS_Updater/Updater Files/Update_Sovran_SystemsOS index a4462ca..a154fe3 100755 --- a/Sovran_SystemsOS_Updater/Updater Files/Update_Sovran_SystemsOS +++ b/Sovran_SystemsOS_Updater/Updater Files/Update_Sovran_SystemsOS @@ -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