diff --git a/Sovran_SystemsOS_Updater/Updater Source Files/Intro.md b/Sovran_SystemsOS_Updater/Updater Source Files/Intro.md new file mode 100644 index 0000000..9e0fd8e --- /dev/null +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Intro.md @@ -0,0 +1,18 @@ + +Welcome to the Sovran_SystemsOS Updater! + +This updater will run through a few stages. + +Be patient... + +A couple windows will pop up during the process. Keep clicking "OK." + +When it is finished, a final pop up will state "Complete! Please Reboot." and then you can reboot when ready. + +All updates come from here: https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOSv2 + +Don't Trust, Verify! + +After you have checked that the software is safe from the link above, then click "OK." + +Enjoy! \ No newline at end of file diff --git a/Sovran_SystemsOS_Updater/src/Update_Sovran_SystemsOS b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS similarity index 83% rename from Sovran_SystemsOS_Updater/src/Update_Sovran_SystemsOS rename to Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS index 35a3705..d0b8f19 100755 --- a/Sovran_SystemsOS_Updater/src/Update_Sovran_SystemsOS +++ b/Sovran_SystemsOS_Updater/Updater Source Files/Update_Sovran_SystemsOS @@ -1,13 +1,11 @@ #!/usr/bin/env bash -link=$(curl https://git.sovransystems.com/Sovran_Systems/Sovran_Systems_Packages/raw/branch/main/Sovran_SystemsOS_Updater/Updater%20Files/Intro_Info) - +cat "/home/free/Documents/Sovran Systems/Git Sovran Systems/Sovran_Systems_Packages_Git/Sovran_SystemsOS_Updater/Updater Source Files/Intro.md" | zenity --text-info \ ---filename="$link" \ --title="Sovran_SystemsOS Updater" \ ---width=850 \ ---height=730 \ +--width=1110 \ +--height=705 if [[ $? -eq 1 ]]; then zenity --info \ diff --git a/Sovran_SystemsOS_Updater/src/Intro b/Sovran_SystemsOS_Updater/src/Intro deleted file mode 100644 index a4e5b95..0000000 --- a/Sovran_SystemsOS_Updater/src/Intro +++ /dev/null @@ -1,19 +0,0 @@ -Welcome to the Sovran_SystemsOS Updater! - -This updater will run through a few stages. - -Be patient... - -Several windows will pop up during the process. Keep clicking "OK." - -When it is finished, a final pop up will state "Complete" and then you can reboot when ready. - -All updates come from: - -https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOSv2 - -Don't Trust, Verify! - -After you have checked that the software is safe, then click "OK." - -Enjoy! \ No newline at end of file