updated updater fix

This commit is contained in:
naturallaw77 2023-12-03 23:52:49 -08:00
parent a1626f8eec
commit 489195425d

View File

@ -31,9 +31,9 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
zenity --text-info \
--title="Sovran_SystemsOS Updater" \
--width=500 \
exit 1
fi
if ! xterm -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
@ -43,7 +43,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
zenity --text-info \
--title="Sovran_SystemsOS Updater" \
--width=500 \
exit 1
fi