From 2df55e876cef1983ce0adf60026736cfd2e6ecfe Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 12 Dec 2023 14:48:30 -0800 Subject: [PATCH] updated light updater --- .../Updater Source Files/Update_Sovran_SystemsOS_Light.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ee6f732..ea347c3 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 @@ -24,7 +24,7 @@ if ! echo $PASSWORD | cd /etc/nixos && sudo -S nix flake update ; then fi -if xterm -T "Sovran_SystemsOS_Light Updater" -fa 'Noto Mono' -fs 15 -fg white -bg black -e bash -c "PASSWORD=$(zenity --password --title="User Password") echo $PASSWORD | sudo -S nixos-rebuild switch" ; then +if xterm -T "Sovran_SystemsOS_Light Updater" -fa 'Noto Mono' -fs 15 -fg white -bg black -e bash -c "PASSWORD=$(zenity --password --title="User Password") echo $PASSWORD | sudo -S nixos-rebuild switch ; then zenity --info \ --ellipsize \ @@ -33,7 +33,7 @@ if xterm -T "Sovran_SystemsOS_Light Updater" -fa 'Noto Mono' -fs 15 -fg white -b --title="Sovran_SystemsOS_Light Updater" \ --text="Yay complete! Please reboot when you are ready." -fi +fi" }