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 4ea17b5..b7bb6b2 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -19,9 +19,7 @@ if ! ssh root@localhost 'cd /etc/nixos && nix flake update && nixos-rebuild swit exit 1 fi -zenity --info --ellipsize --no-wrap --width=400 --title="Sovran_SystemsOS Updater" --text="Yay Complete! Please Reboot When You Are Ready." - -" +zenity --info --ellipsize --no-wrap --width=400 --title="Sovran_SystemsOS Updater" --text="Yay Complete! Please Reboot When You Are Ready."" }