Compare commits
7 Commits
371aebbb98
...
main
Author | SHA1 | Date | |
---|---|---|---|
c44b53c034 | |||
ec85797ac1 | |||
21057f982b | |||
e699b8c37c | |||
81fed562fc | |||
3b2b166100 | |||
4cd1e876da |
@ -28,10 +28,10 @@
|
||||
|
||||
## All Is Love. Fear Is Illusion. All Beings Are Free. Truth Can Never Be Destroyed.
|
||||
|
||||
Created, Handcrafted, and Headquartered in Southern California – 2022-2024 🏖️.
|
||||
Created, Handcrafted, and Headquartered in Southern California – 2022-2025 🏖️.
|
||||
|
||||
All Open Source Software Used Falls Under Its Specific Open Source License.
|
||||
|
||||
This Gitea is Proudly Powered by a Sovran Pro 💚.
|
||||
|
||||
GNU GPL 3.0+
|
||||
GNU GPL 3.0+
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
bash -c "$(curl https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Light_Updater/To%20Install%20on%20Local%20Sovran%20Book%20Pros/.Sovran_Systems/localscript_to_remote_updater.sh)"
|
||||
bash -c "$(curl https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Light_Updater/Updater%20Source%20Files/Update_Sovran_SystemsOS_Light.sh)"
|
||||
|
||||
exit
|
@ -10,6 +10,8 @@ ssh root@localhost flatpak update -y &> /home/free/Documents/Updater_App_Logs/{$
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
HUNGRY () {
|
||||
|
||||
pushd /home/free/Documents/Updater_App_Logs
|
||||
@ -31,6 +33,19 @@ popd
|
||||
|
||||
}
|
||||
|
||||
|
||||
PASTA () {
|
||||
|
||||
ssh root@localhost "sudo -u caddy php /var/lib/www/nextcloud/occ maintenance:repair"
|
||||
|
||||
}
|
||||
|
||||
PASTA_SECONDS () {
|
||||
|
||||
ssh root@localhost "sudo -u caddy php /var/lib/www/nextcloud/occ db:add-missing-indices"
|
||||
|
||||
}
|
||||
|
||||
FLAKE () {
|
||||
|
||||
time_stamp=$(date +%Y-%m-%d-%T)
|
||||
@ -139,6 +154,10 @@ else
|
||||
|
||||
HUNGRY
|
||||
|
||||
PASTA | zenity --progress --no-cancel --auto-close --width=500 --pulsate --text="Nextcloud Maintenance..." --title="Sovran_SystemsOS_Updater"
|
||||
|
||||
PASTA_SECONDS
|
||||
|
||||
FLAKE | zenity --progress --no-cancel --auto-close --width=500 --pulsate --text="Updating Flake now..." --title="Sovran_SystemsOS_Updater"
|
||||
|
||||
PANCAKE-FLAKE
|
||||
|
Reference in New Issue
Block a user