From 07f3fff78187c35b1253f45f397aec3d0ad77573 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 11 Dec 2023 15:25:20 -0800 Subject: [PATCH] updated the Sovran_SystemsOS updater --- .../Updater Source Files/Update_Sovran_SystemsOS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3a27d9f..3fbd314 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -17,7 +17,7 @@ fi SPICE () { xterm -T "Sovran_SystemsOS Updater" -fa 'Noto Mono' -fs 15 -fg white -bg black -e bash -c "ssh root@localhost 'cd /etc/nixos && nix flake update && nixos-rebuild switch --impure'" -if [[ $? != 1 ]] ; then +if [[ $? -eq 0 ]] ; then zenity --info \ --ellipsize \