From 2be3ccb7d5b5448baa36fbf3722e6a8378798209 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 22 May 2023 21:53:41 -0700 Subject: [PATCH] file move and added .md file --- .../Updater Files/Info For Sovran_SystemsOS Updater.md | 2 ++ .../{ => Updater Files}/Update_Sovran_SystemsOS | 8 ++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 Sovran_SystemsOS_Updater/Updater Files/Info For Sovran_SystemsOS Updater.md rename Sovran_SystemsOS_Updater/{ => Updater Files}/Update_Sovran_SystemsOS (79%) 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