From b3e4b0018a361831fcb7f7b7738f9c37a2ecc9b3 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 2 Dec 2023 11:20:59 -0800 Subject: [PATCH] updated updater fix --- .../Updater Source Files/Update_Sovran_SystemsOS.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 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 3956515..92575c6 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -22,7 +22,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr else - ssh root@${ID} || ssh root${ID6} 'flatpak update -y' | + ssh root@${ID} || ssh root@${ID6} 'flatpak update -y' | zenity --progress \ --no-cancel \ @@ -45,7 +45,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr fi - ssh root@${ID} || ssh root${ID6} 'cd /etc/nixos; nix flake update' | + ssh root@${ID} || ssh root@${ID6} 'cd /etc/nixos; nix flake update' | zenity --progress \ --no-cancel \ @@ -67,7 +67,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr fi - ssh root@${ID} || ssh root${ID6} 'nixos-rebuild switch --impure' | + ssh root@${ID} || ssh root@${ID6} 'nixos-rebuild switch --impure' | zenity --progress \ --no-cancel \