From b6a83db631c3938c7dd629ba0c36f2858604c59d Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 11 Dec 2023 13:56:50 -0800 Subject: [PATCH] updated the Sovran_SystemsOS updater to squash some bugs --- .../Updater Source Files/Update_Sovran_SystemsOS.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 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 d9f551f..3a27d9f 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -4,6 +4,7 @@ FLATPAK () { if ! ssh root@localhost 'flatpak update -y' ; then zenity --error \ +--width=600 \ --title="Sovran_SystemsOS Updater" \ --text="Could Not Update Flatpaks." @@ -21,7 +22,7 @@ if [[ $? != 1 ]] ; then zenity --info \ --ellipsize \ --no-wrap \ ---width=700 \ +--width=600 \ --title="Sovran_SystemsOS Updater" \ --text="Yay complete! Please reboot when you are ready." @@ -30,7 +31,7 @@ exit 1 else zenity --error \ ---width=700 \ +--width=600 \ --title="Sovran_SystemsOS Updater" \ --text="Could not complete the update." @@ -46,7 +47,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr zenity --text-info \ --width=1000 \ ---height=700 \ +--height=800 \ --title="Sovran_SystemsOS Updater" if [[ $? -eq 1 ]]; then @@ -57,7 +58,7 @@ else FLATPAK -SPICE | zenity --progress --no-cancel --auto-close --width=550 --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=670 --pulsate --text="Updating now. In rare cases, it could take up to 3 hours. Please Be Patient..." --title="Sovran_SystemsOS Updater" fi