From 683f5e92019b9c6fa2d344962faa4aa8dfc653ec Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 12 Dec 2023 14:29:06 -0800 Subject: [PATCH] updated both updaters with new error notification --- .../Updater Source Files/Update_Sovran_SystemsOS_Light.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sovran_SystemsOS_Light_Updater/Updater Source Files/Update_Sovran_SystemsOS_Light.sh b/Sovran_SystemsOS_Light_Updater/Updater Source Files/Update_Sovran_SystemsOS_Light.sh index 6105a81..eaf278f 100755 --- a/Sovran_SystemsOS_Light_Updater/Updater Source Files/Update_Sovran_SystemsOS_Light.sh +++ b/Sovran_SystemsOS_Light_Updater/Updater Source Files/Update_Sovran_SystemsOS_Light.sh @@ -25,7 +25,7 @@ if ! echo $PASSWORD | sudo -S nixos-rebuild switch --impure ; then exit 1 -if +fi if ! echo $PASSWORD | cd /etc/nixos && sudo -S nix flake update ; then