updated updater

This commit is contained in:
naturallaw77 2023-12-05 18:43:51 -08:00
parent d60c920975
commit 33e2b75a5a

View File

@ -15,7 +15,7 @@ if [[ $? -eq 1 ]]; then
else else
if ! ${SSH} 'flatpak update -y' ; then if ! ${SSH} flatpak update -y ; then
zenity --error \ zenity --error \
--title="Sovran_SystemsOS Updater" \ --title="Sovran_SystemsOS Updater" \
@ -26,7 +26,7 @@ else
fi fi
if ! ${SSH} 'cd /etc/nixos ; nix flake update ; nixos-rebuild switch --impure' ; then if ! ${SSH} cd /etc/nixos ; nix flake update ; nixos-rebuild switch --impure ; then
zenity --error \ zenity --error \
--title="Sovran_SystemsOS Updater" \ --title="Sovran_SystemsOS Updater" \