From b9eda1a55e0b660739340b9e0523d6ff1848de65 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 12 Dec 2023 13:46:28 -0800 Subject: [PATCH] updated the updater with new error notification --- .../Updater Source Files/Update_Sovran_SystemsOS.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh index e3f66fe..622c479 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -57,6 +57,8 @@ if [[ $? -eq 1 ]]; then exit 1 +else + HOME | zenity --progress --no-cancel --auto-close --width=660 --pulsate --text="Updating now. In rare cases, it could take up to 3 hours. Please be patient..." --title="Sovran_SystemsOS_Light Updater" fi