From 9bfa0d35d1dd736e4a4df6a8b28f5d94fd5c0d17 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 11 Dec 2023 15:37:08 -0800 Subject: [PATCH] updated the Sovran_SystemsOS updater --- .../Updater Source Files/Update_Sovran_SystemsOS.sh | 6 +++--- 1 file changed, 3 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 b42b1bf..a40138a 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -20,7 +20,7 @@ if ! xterm -T "Sovran_SystemsOS Updater" -fa 'Noto Mono' -fs 15 -fg white -bg bl zenity --info \ --ellipsize \ --no-wrap \ ---width=600 \ +--width=500 \ --title="Sovran_SystemsOS Updater" \ --text="Yay complete! Please reboot when you are ready." @@ -29,7 +29,7 @@ exit 1 else zenity --error \ ---width=600 \ +--width=400 \ --title="Sovran_SystemsOS Updater" \ --text="Could not complete the update." @@ -56,7 +56,7 @@ else FLATPAK -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" +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