mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Merge pull request #190 from nextcloud/enh/noid/install-some-apps-by-default
Install some apps by default
This commit is contained in:
commit
7bb0c3b164
1 changed files with 8 additions and 0 deletions
|
|
@ -182,6 +182,14 @@ if ! [ -f "/mnt/ncdata/skip.update" ]; then
|
||||||
# Not needed anymore with the removal of the updatenotification app:
|
# Not needed anymore with the removal of the updatenotification app:
|
||||||
# php /var/www/html/occ config:app:set updatenotification notify_groups --value="[]"
|
# php /var/www/html/occ config:app:set updatenotification notify_groups --value="[]"
|
||||||
|
|
||||||
|
# Install some apps by default
|
||||||
|
php /var/www/html/occ app:install twofactor_totp
|
||||||
|
php /var/www/html/occ app:install deck
|
||||||
|
php /var/www/html/occ app:install tasks
|
||||||
|
php /var/www/html/occ app:install calendar
|
||||||
|
php /var/www/html/occ app:install contacts
|
||||||
|
php /var/www/html/occ app:install apporder
|
||||||
|
|
||||||
#upgrade
|
#upgrade
|
||||||
else
|
else
|
||||||
while [ -n "$(pgrep -f cron.php)" ]
|
while [ -n "$(pgrep -f cron.php)" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue