From 6b326bc3724f72d88379eb8048b97860071a299e Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 4 Dec 2023 01:30:19 -0800 Subject: [PATCH] updated updater fix --- .../Updater Source Files/Update_Sovran_SystemsOS.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 6ce2021..1c2ecfe 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -20,15 +20,17 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr --width=400 \ --title="Sovran_SystemsOS Updater" \ --text="Could Not Update Sovran_SystemsOS -- Exiting" + exit 1 - fi) + + fi zenity --info \ --ellipsize \ --no-wrap \ --width=400 \ --title="Sovran_SystemsOS Updater" \ - --text="Yay Complete! Please Reboot When You Are Ready." + --text="Yay Complete! Please Reboot When You Are Ready.") fi exit 0 \ No newline at end of file