From 8cbfa9611e3e9f94518e08b07f4f8dd88a987fbb Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sun, 18 Jun 2023 09:13:21 -0700 Subject: [PATCH] updated look of updater script --- .../Updater Source Files/Update_Sovran_SystemsOS.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 af042dc..b65abcc 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -27,8 +27,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr zenity --text-info \ --title="Sovran_SystemsOS Updater" \ - --width=1110 \ - --height=710 + --width=500 \ exit 1 @@ -40,16 +39,16 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr --no-cancel \ --auto-close \ --pulsate \ + --width=500 \ --title="Sovran_SystemsOS Updater" if [[ $? != 0 ]]; then - echo "Could not Update Sovran_SystemsOS -- exiting" | + echo "Could Not Update Sovran_SystemsOS -- exiting" | zenity --text-info \ --title="Sovran_SystemsOS Updater" \ - --width=1110 \ - --height=710 + --width=500 \ exit 1 @@ -58,8 +57,9 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr zenity --info \ --ellipsize \ --no-wrap \ + --width=500 \ --title="Sovran_SystemsOS Updater" \ - --text="Complete! Please Reboot." + --text="Yay Complete! Please Reboot." fi