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