From 50c9fc366ef25b732bf28104aa6bda40d74a7304 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 4 Dec 2023 01:23:02 -0800 Subject: [PATCH] updated updater fix --- .../Update_Sovran_SystemsOS.sh | 21 +++++++------------ 1 file changed, 7 insertions(+), 14 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 929ba35..4debeff 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -15,20 +15,13 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr else - xterm -fa 'Noto Mono' -fs 15 -fg white -bg black -e bash -c " - - if ! ssh root@localhost 'flatpak update -y && cd /etc/nixos && nix flake update && nixos-rebuild switch --impure'; then - - zenity --info \ - --width=400 \ - --title="Sovran_SystemsOS Updater" \ - --text="Could Not Update Sovran_SystemsOS -- Exiting" - - exit 1 - - fi - - " + xterm -fa 'Noto Mono' -fs 15 -fg white -bg black -e bash -c "if ! ssh root@localhost 'flatpak update -y && cd /etc/nixos && nix flake update && nixos-rebuild switch --impure'; then + zenity --info \ + --width=400 \ + --title="Sovran_SystemsOS Updater" \ + --text="Could Not Update Sovran_SystemsOS -- Exiting" + exit 1 + fi" zenity --info \ --ellipsize \