From a4a9991185cfb1fa7328be049076b068eeb50593 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 5 Dec 2023 17:52:15 -0800 Subject: [PATCH] updated updater --- .../Updater Source Files/Update_Sovran_SystemsOS.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh index 67a60b2..a34acba 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -15,7 +15,7 @@ if [[ $? -eq 1 ]]; then else - if ! $ssh flatpak update -y ; then + if ! $ssh 'flatpak update -y' ; then zenity --error \ --title="Sovran_SystemsOS Updater" \ @@ -26,7 +26,7 @@ else 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 \ --title="Sovran_SystemsOS Updater" \