You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
4 months ago | |
---|---|---|
.env | 4 months ago | |
.gitignore | 3 years ago | |
README.md | 11 months ago | |
backup.sh | 4 months ago | |
run-wordpress.sh | 4 months ago | |
update-app.sh | 10 months ago | |
uploads.ini | 3 years ago |
README.md
Update apps
You can use the update-app.sh
script to update an app, e.g. like this:
./update-app.sh akismet
To update all apps at once, use this command:
find ../wp-content/plugins/ -maxdepth 1 -type d | xargs -L1 basename | xargs -L1 ./update-app.sh