Add 'install plugins from cli'
parent
264d1fd750
commit
fce8c6b7a5
1 changed files with 6 additions and 0 deletions
6
install-plugins-from-cli.md
Normal file
6
install-plugins-from-cli.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
simple shell script to install plugins from the cli (might be necessary after rebuild of container)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
apps="bookmarks calendar contacts deck news notes polls spreed tasks"
|
||||||
|
for app in $apps; do sudo -u www-data php occ app:install $app; done
|
||||||
|
```
|
Loading…
Reference in a new issue