updated the updater code

This commit is contained in:
naturallaw77 2023-12-10 20:33:13 -08:00
parent b1701548af
commit 8f5b5847d5

View File

@ -14,7 +14,7 @@ fi
}
SPICE () {
xterm -T "Sovran_SystemsOS_Light_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'"
xterm -T "Sovran_SystemsOS_Light 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'"
if [[ $? != 1 ]] ; then