updated the Sovran_SystemsOS and Sovran_SystemsOS_Light updater
This commit is contained in:
@ -17,23 +17,23 @@ fi
|
||||
SPICE () {
|
||||
if ! xterm -T "Sovran_SystemsOS Updater" -fa 'Noto Mono' -fs 15 -fg white -bg black -e bash -c "ssh root@localhost 'cd /etc/nixos && nix flake update && nixos-rebuild switch --impure'" ; then
|
||||
|
||||
zenity --error \
|
||||
--width=400 \
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
--text="Could not complete the update."
|
||||
zenity --error \
|
||||
--width=400 \
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
--text="Could not complete the update."
|
||||
|
||||
exit 1
|
||||
exit 1
|
||||
|
||||
else
|
||||
|
||||
zenity --info \
|
||||
--ellipsize \
|
||||
--no-wrap \
|
||||
--width=500 \
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
--text="Yay complete! Please reboot when you are ready."
|
||||
zenity --info \
|
||||
--ellipsize \
|
||||
--no-wrap \
|
||||
--width=500 \
|
||||
--title="Sovran_SystemsOS Updater" \
|
||||
--text="Yay complete! Please reboot when you are ready."
|
||||
|
||||
exit 1
|
||||
exit 1
|
||||
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user