From 15028eacb011caf63f0520d3e26066743cba7192 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 4 Dec 2023 01:11:34 -0800 Subject: [PATCH] updated updater fix --- .../Update_Sovran_SystemsOS.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 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 031cd40..f62d4ad 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -2,12 +2,12 @@ set -o nounset +curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Source%20Files/Intro.md" | + zenity --text-info \ - --title="Sovran_SystemsOS Updater" \ - --html \ - --url="https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Source%20Files/Intro.md" \ --width=1000 \ - --height=700 + --height=700 \ + --title="Sovran_SystemsOS Updater" if [[ $? -eq 1 ]]; then @@ -17,12 +17,12 @@ set -o nounset if ! xterm -fa 'Noto Mono' -fs 15 -fg white -bg black -e bash -c "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" + zenity --info \ + --width=400 \ + --title="Sovran_SystemsOS Updater" \ + --text="Could Not Update Sovran_SystemsOS -- Exiting" - exit 1 + exit 1 fi