fixed permissions on external backup script

This commit is contained in:
naturallaw77 2024-03-13 16:54:42 -07:00
parent 3005a2d1a2
commit 02bf922631
3 changed files with 7 additions and 6 deletions

View File

@ -20,7 +20,7 @@ mv "/home/free/Downloads/software/Sovran_SystemsOS_External_Backup/To Install on
chown free:users /home/free -R
chmod 770 /home/free -R
chmod 700 /home/free -R
rm -rf /home/free/Downloads/software

View File

@ -2,14 +2,17 @@
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."
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:
@ -19,10 +22,8 @@ and
https://git.sovransystems.com/Sovran_Systems/Software
Don't Trust, Verify!
After you have checked that the software is safe from the links above, then click "OK."

View File

@ -58,7 +58,7 @@ else
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