diff --git a/Sovran_SystemsOS_Updater/Updater Files/Info For Sovran_SystemsOS Updater.md b/Sovran_SystemsOS_Updater/Updater Files/Info For Sovran_SystemsOS Updater.md new file mode 100644 index 0000000..095bc84 --- /dev/null +++ b/Sovran_SystemsOS_Updater/Updater Files/Info For Sovran_SystemsOS Updater.md @@ -0,0 +1,2 @@ +Welcome to the Sovran_SystemsOS Updater! + diff --git a/Sovran_SystemsOS_Updater/Update_Sovran_SystemsOS b/Sovran_SystemsOS_Updater/Updater Files/Update_Sovran_SystemsOS similarity index 79% rename from Sovran_SystemsOS_Updater/Update_Sovran_SystemsOS rename to Sovran_SystemsOS_Updater/Updater Files/Update_Sovran_SystemsOS index 0081d88..257c9a6 100755 --- a/Sovran_SystemsOS_Updater/Update_Sovran_SystemsOS +++ b/Sovran_SystemsOS_Updater/Updater Files/Update_Sovran_SystemsOS @@ -5,7 +5,7 @@ password=$(zenity --password --title="Sovran_SystemsOS Updater") if [ $? -eq 1 ] ; then zenity --error \ - --text="Update canceled." + --text="Update Canceled By User." exit 1 @@ -19,7 +19,11 @@ password=$(zenity --password --title="Sovran_SystemsOS Updater") pushd /etc/nixos/ - echo -e $password | sudo -S nix flake update + zenity --info \ + --ellipsize \ + --no-wrap \ + --title="Sovran_SystemsOS Updater" \ + --text="$(echo -e $password | sudo -S nix flake update)" popd