From 33eaee24f5567703ce7841bc1ab748f35a42b64d Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Fri, 28 Jul 2023 17:18:49 -0700 Subject: [PATCH] removed impure tag --- .../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 35d3f0e..85adcb6 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -39,7 +39,7 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr fi - ssh -i /home/free/.ssh/sovranpro_login root@${ID} "nixos-rebuild switch --impure" | + ssh -i /home/free/.ssh/sovranpro_login root@${ID} "nixos-rebuild switch" | zenity --progress \ --no-cancel \