From e568c7848ba88f2aa12c6cd611c95a2e83d72ee4 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 2 Dec 2023 18:36:45 -0800 Subject: [PATCH] updated updater fix --- .../Updater Source Files/Update_Sovran_SystemsOS.sh | 6 +++++- 1 file changed, 5 insertions(+), 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 64c676c..f2fafc7 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -77,7 +77,11 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr ssh root@localhost 'nixos-rebuild switch --impure' | - zenity --progress + zenity --progress \ + --auto-close \ + --width=500 \ + --text="Updating Now - In Rare Cases, It Could Take Up To 3 Hours - Please Be Patient..." \ + --title="Sovran_SystemsOS Updater" if [[ $? -ne 0 ]]; then