1 install plugins from cli
bsod edited this page 2021-02-23 18:12:58 +01:00

simple shell script to install plugins from the cli (might be necessary after rebuild of container)

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