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" |