From 59e28ecd1bbab5ceb2bab5c4e127cce1796f4407 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 12 Dec 2023 14:33:40 -0800 Subject: [PATCH] updated light updater --- .../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 eaf278f..25dde9b 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 @@ -16,7 +16,7 @@ fi } HOME () { -if ! echo $PASSWORD | sudo -S nixos-rebuild switch --impure ; then +if ! echo $PASSWORD | sudo -S timeout 1 -k nixos-rebuild switch --impure ; then zenity --error \ --width=400 \