updated updater fix

This commit is contained in:
naturallaw77 2023-12-03 15:18:43 -08:00
parent 1165b747b3
commit 74006378ed

View File

@ -38,7 +38,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
fi
xterm -fa 'Noto Mono' -fs 12 -fg white -bg black -e bash -c "ssh root@localhost 'cd /etc/nixos && nix flake update && nixos-rebuild switch --impure'"
xterm -fa 'Noto Mono' -fs 14 -fg white -bg black -e bash -c "ssh root@localhost 'cd /etc/nixos && nix flake update && nixos-rebuild switch --impure'"
if [[ $? -ne 0 ]]; then