From 33e2b75a5aad7d1d2bff1a244453372693518b26 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 5 Dec 2023 18:43:51 -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 2ac22c4..c48126b 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" \