updated updater

This commit is contained in:
naturallaw77 2023-12-05 18:43:19 -08:00
parent 4b29bba320
commit d60c920975

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" \