updated updater

This commit is contained in:
naturallaw77 2023-12-06 11:11:03 -08:00
parent 7826e8a4bf
commit 5d1ec73a3c

View File

@ -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 if ! ssh root@localhost 'cd /etc/nixos && nix flake update && nixos-rebuild switch --impure' ; then
zenity --error zenity --error
exit 1 exit 1
@ -46,9 +46,9 @@ else
zenity --info \ zenity --info \
--ellipsize \ --ellipsize \
--no-wrap \ --no-wrap \
--width=400 \ --width=500 \
--title="Sovran_SystemsOS Updater" \ --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 fi