updated readmes
This commit is contained in:
parent
e59cb85d97
commit
2b02b869a5
@ -4,20 +4,28 @@ Welcome to the Sovran_SystemsOS_Reseter!
|
||||
|
||||
This rester will run through a few stages to reset all your internal passwords from the factory.
|
||||
|
||||
|
||||
It will first ask for the factory password which is "gosovransystems"
|
||||
|
||||
|
||||
Then, it will ask you for you new password in a pop window titled "Please Type In A New Sovran Pro Updater Password" Once you have thought of your new password and typed it in, make SURE YOU KEEP THIS PASSWORD SAFE and do NOT store it on the Sovran Pro.
|
||||
|
||||
|
||||
Then, it will ask you to type the NEW password again in a new pop up.
|
||||
|
||||
|
||||
That is it!
|
||||
|
||||
|
||||
Now just wait for all the internal passwords to be reset.
|
||||
|
||||
|
||||
When it is finished, a final pop up will state "All Done! All Passwords Are Reset."
|
||||
|
||||
|
||||
All updates come from here: https://git.sovransystems.com/Sovran_Systems/Software
|
||||
|
||||
|
||||
Don't Trust, Verify!
|
||||
|
||||
After you have checked that the software is safe from the link above, then click "OK."
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user