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 2015024..5f9bff9 100755 --- a/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS.sh @@ -35,17 +35,10 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr --width=500 \ exit 1 - + fi - ssh root@localhost 'cd /etc/nixos && nix flake update && nixos-rebuild switch --impure' | - - zenity --progress \ - --auto-close \ - --pulsate \ - --width=500 \ - --text="Updating Now - In Rare Cases, It Could Take Up To 3 Hours - Please Be Patient..." \ - --title="Sovran_SystemsOS Updater" + xterm -e bash -c "ssh root@localhost 'cd /etc/nixos && nix flake update && nixos-rebuild switch --impure'" if [[ $? -ne 0 ]]; then