From 47dc62df5b040c45c189f70793ecbe365532be67 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 11 Dec 2023 15:28:04 -0800 Subject: [PATCH] updated the Sovran_SystemsOS updater --- .../Updater Source Files/Update_Sovran_SystemsOS.sh | 5 ++--- 1 file changed, 2 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 657efdf..ac5d789 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -29,7 +29,6 @@ exit 1 else zenity --error \ ---width=600 \ --title="Sovran_SystemsOS Updater" \ --text="Could not complete the update." @@ -45,7 +44,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr zenity --text-info \ --width=1000 \ ---height=800 \ +--height=750 \ --title="Sovran_SystemsOS Updater" if [[ $? -eq 1 ]]; then @@ -56,7 +55,7 @@ else FLATPAK -SPICE | zenity --progress --no-cancel --auto-close --width=670 --pulsate --text="Updating now. In rare cases, it could take up to 3 hours. Please Be Patient..." --title="Sovran_SystemsOS Updater" +SPICE | zenity --progress --no-cancel --auto-close --width=660 --pulsate --text="Updating now. In rare cases, it could take up to 3 hours. Please Be Patient..." --title="Sovran_SystemsOS Updater" fi