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 77c5a82..4ea17b5 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -19,12 +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." "