From 7d0255277d861f43f592792994a42224b4c2a852 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 2 Dec 2023 15:01:35 -0800 Subject: [PATCH] updated updater fix --- .../Updater Source Files/Update_Sovran_SystemsOS.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 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 008afae..95e76b7 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -26,7 +26,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr --text="Updating Flatpaks" \ --title="Sovran_SystemsOS Updater" - if [[ $? -eq 0 ]]; then + if [[ $? -ne 0 ]]; then echo "Could Not Update Flatpaks -- Exiting" | @@ -49,7 +49,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr --text="Moving Files Into Place..." \ --title="Sovran_SystemsOS Updater" - if [[ $? -eq 0 ]]; then + if [[ $? -ne 0 ]]; then echo "Could Not Update Flake -- Exiting" | @@ -71,7 +71,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr --text="Updating Now - In Rare Cases, It Could Take Up To 3 Hours - Please Be Patient..." \ --title="Sovran_SystemsOS Updater" - if [[ $? -eq 0 ]]; then + if [[ $? -ne 0 ]]; then echo "Could Not Update Sovran_SystemsOS -- Exiting" |