From 1300ddeaf12fc40fa028cf3a0d3f3cbfc3c3aa22 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 12 Dec 2023 14:43:14 -0800 Subject: [PATCH] updated light updater --- .../Update_Sovran_SystemsOS_Light.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 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 68e3810..32c17d5 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,16 +24,7 @@ if ! echo $PASSWORD | cd /etc/nixos && sudo -S nix flake update ; then fi -if ! echo $PASSWORD | sudo -S nixos-rebuild switch --impure ; then - - zenity --error \ - --width=400 \ - --title="Sovran_SystemsOS_Light Updater" \ - --text="Could not complete the NixOS update." - - exit 1 - -else +if echo $PASSWORD | xterm -T "Sovran_SystemsOS_Light Updater" -fa 'Noto Mono' -fs 15 -fg white -bg black -e bash -c "sudo -S nixos-rebuild switch" ; then zenity --info \ --ellipsize \