From bec2aa445138412bbc89cc77cb132349947d2904 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 4 Dec 2023 08:32:18 -0800 Subject: [PATCH] updated updater fix --- .../Updater Source Files/Update_Sovran_SystemsOS.sh | 12 ------------ 1 file changed, 12 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 e915252..82cdb45 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -15,11 +15,6 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr else - if ! zenity --progress --pulsate; then - - exit 1 - - 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 \ @@ -31,13 +26,6 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr fi - - - - -fi - - zenity --info \ --ellipsize \ --no-wrap \