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