updated readmes
This commit is contained in:
@ -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!
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user