updated readmes

This commit is contained in:
2023-06-18 09:29:21 -07:00
parent e59cb85d97
commit 2b02b869a5
3 changed files with 27 additions and 11 deletions

View File

@ -1,18 +1,26 @@
Welcome to the Sovran_SystemsOS Updater!
This updater will run through a few stages.
Be patient...
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.
When it is finished, a final pop up will state "Yay Complete! Please Reboot When You Are Ready."
All updates come from here:
https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS
and
https://git.sovransystems.com/Sovran_Systems/Software
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!

View File

@ -23,11 +23,11 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
if [[ $? != 0 ]]; then
echo "Could not update flake -- exiting" |
echo "Could Not Update Flake -- Exiting" |
zenity --text-info \
--title="Sovran_SystemsOS Updater" \
--width=300 \
--width=500 \
exit 1
@ -44,11 +44,11 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
if [[ $? != 0 ]]; then
echo "Could Not Update Sovran_SystemsOS -- exiting" |
echo "Could Not Update Sovran_SystemsOS -- Exiting" |
zenity --text-info \
--title="Sovran_SystemsOS Updater" \
--width=300 \
--width=500 \
exit 1
@ -57,9 +57,9 @@ curl "https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovr
zenity --info \
--ellipsize \
--no-wrap \
--width=300 \
--width=500 \
--title="Sovran_SystemsOS Updater" \
--text="Yay Complete! Please Reboot You Are When Ready."
--text="Yay Complete! Please Reboot When You Are Ready."
fi