From 81501ec38234e58a3f5005134702ec8d94d2ce19 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Fri, 1 Dec 2023 10:00:13 -0800 Subject: [PATCH] updated the updater --- .../Update_Sovran_SystemsOS.sh | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 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 d2d2a84..f54c482 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -26,8 +26,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr if [[ $? != 0 ]]; then - echo "Could Not Update Flatpaks -- - Exiting" | + echo "Could Not Update Flatpaks -- Exiting" | zenity --text-info \ --title="Sovran_SystemsOS Updater" \ @@ -62,13 +61,13 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr ssh root@${ID} 'nixos-rebuild switch --impure' || ssh root@${ID6} 'nixos-rebuild switch --impure' | - zenity --progress \ - --no-cancel \ - --auto-close \ - --pulsate \ - --width=500 \ - --text="Updating, Could Take Up To 3 Hours, Please Be Patient..." \ - --title="Sovran_SystemsOS Updater" + zenity --progress \ + --no-cancel \ + --auto-close \ + --pulsate \ + --width=500 \ + --text="Updating, Could Take Up To 3 Hours, Please Be Patient..." \ + --title="Sovran_SystemsOS Updater" if [[ $? != 0 ]]; then