From 5d1ec73a3c76cd6e36b22b88abe596435de06cac Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Wed, 6 Dec 2023 11:11:03 -0800 Subject: [PATCH] updated 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 678f80f..02d2cfd 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -17,7 +17,7 @@ xterm -fa 'Noto Mono' -fs 15 -fg white -bg black -e bash -c " if ! ssh root@localhost 'cd /etc/nixos && nix flake update && nixos-rebuild switch --impure' ; then - zenity --error + zenity --error exit 1 @@ -46,9 +46,9 @@ else zenity --info \ --ellipsize \ --no-wrap \ - --width=400 \ + --width=500 \ --title="Sovran_SystemsOS Updater" \ - --text="Yay Complete! Please Reboot When You Are Ready." + --text="Yay, your Sovran Pro update is complete! Please reboot when you are ready." fi