From 66ce759941129e490a1bd21c39c8a1b6a78102e2 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Wed, 13 Mar 2024 20:01:59 -0700 Subject: [PATCH] update updater script --- .../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 a149207..128198e 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash FLATPAK () { -if ! ssh root@localhost flatpak update -y ; then +if ! ssh root@localhost 'flatpak update -y' ; then zenity --error \ --title="Sovran_SystemsOS Updater" \ @@ -19,7 +19,7 @@ time_stamp=$(date +%Y-%m-%d-%T) mkdir -p /home/free/Documents/Updater_App_Logs -if ! ssh root@localhost cd /etc/nixos && nix flake update && nixos-rebuild switch --impure ; then +if ! ssh root@localhost 'cd /etc/nixos && nix flake update && nixos-rebuild switch --impure' ; then zenity --error \ --width=400 \