fixed permissions on external backup script
This commit is contained in:
parent
3005a2d1a2
commit
02bf922631
@ -20,7 +20,7 @@ mv "/home/free/Downloads/software/Sovran_SystemsOS_External_Backup/To Install on
|
|||||||
|
|
||||||
chown free:users /home/free -R
|
chown free:users /home/free -R
|
||||||
|
|
||||||
chmod 770 /home/free -R
|
chmod 700 /home/free -R
|
||||||
|
|
||||||
rm -rf /home/free/Downloads/software
|
rm -rf /home/free/Downloads/software
|
||||||
|
|
||||||
|
@ -2,14 +2,17 @@
|
|||||||
Welcome to the Sovran_SystemsOS Updater!
|
Welcome to the Sovran_SystemsOS Updater!
|
||||||
|
|
||||||
|
|
||||||
This updater will run through a few stages. Sometimes, it could take up to 3 hours for it to finish. Be patient...
|
This updater will run through a few stages. Sometimes, it could take up to 3 hours for it to finish. Please be patient.
|
||||||
|
|
||||||
|
You may keep working while the update is in progress.
|
||||||
|
|
||||||
When it is finished, a final pop up will state "Yay complete! Please reboot when you are ready."
|
When it is finished, a final pop up will state "Yay complete! Please reboot when you are ready."
|
||||||
|
|
||||||
|
Save all your work and reboot your Sovran Pro.
|
||||||
|
|
||||||
Rebooting will shut down all your services until your Sovran Pro finishes the boot process.
|
Rebooting will shut down all your services until your Sovran Pro finishes the boot process.
|
||||||
|
|
||||||
|
All Sovran_SystemsOS_Updater logs can be found in your Documents folder under "Updater_App_Logs"
|
||||||
|
|
||||||
All updates come from these links:
|
All updates come from these links:
|
||||||
|
|
||||||
@ -19,10 +22,8 @@ and
|
|||||||
|
|
||||||
https://git.sovransystems.com/Sovran_Systems/Software
|
https://git.sovransystems.com/Sovran_Systems/Software
|
||||||
|
|
||||||
|
|
||||||
Don't Trust, Verify!
|
Don't Trust, Verify!
|
||||||
|
|
||||||
|
|
||||||
After you have checked that the software is safe from the links above, then click "OK."
|
After you have checked that the software is safe from the links above, then click "OK."
|
||||||
|
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ else
|
|||||||
|
|
||||||
FLATPAK | zenity --progress --no-cancel --auto-close --width=460 --pulsate --text="Updating Flatpaks now..." --title="Sovran_SystemsOS Updater"
|
FLATPAK | zenity --progress --no-cancel --auto-close --width=460 --pulsate --text="Updating Flatpaks now..." --title="Sovran_SystemsOS Updater"
|
||||||
|
|
||||||
SPICE | zenity --progress --no-cancel --auto-close --width=660 --pulsate --text="Updating now. In rare cases, it could take up to 3 hours. Please be patient..." --title="Sovran_SystemsOS Updater"
|
SPICE | zenity --progress --no-cancel --auto-close --width=750 --pulsate --text="Updating now. In rare cases, it could take up to 3 hours. Go have some herbal tea and relax while the update is in progress." --title="Sovran_SystemsOS Updater"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user