mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-20 02:52:11 +00:00
Add tasks app to Nextcloud
This commit is contained in:
parent
25fec63a03
commit
9ef3c4204b
@ -47,6 +47,10 @@ InstallNextcloud() {
|
|||||||
tar xf /tmp/calendar.tgz -C /usr/local/lib/owncloud/apps/
|
tar xf /tmp/calendar.tgz -C /usr/local/lib/owncloud/apps/
|
||||||
rm /tmp/calendar.tgz
|
rm /tmp/calendar.tgz
|
||||||
|
|
||||||
|
wget_verify https://github.com/nextcloud/tasks/releases/download/v0.10.1/tasks.tar.gz b13f1bcf0431deb73b6e1dfaf62c549b0e0b5b5e /tmp/tasks.tgz
|
||||||
|
tar xf /tmp/tasks.tgz -C /usr/local/lib/owncloud/apps/
|
||||||
|
rm /tmp/tasks.tgz
|
||||||
|
|
||||||
# Fix weird permissions.
|
# Fix weird permissions.
|
||||||
chmod 750 /usr/local/lib/owncloud/{apps,config}
|
chmod 750 /usr/local/lib/owncloud/{apps,config}
|
||||||
|
|
||||||
@ -232,6 +236,7 @@ hide_output sudo -u www-data php /usr/local/lib/owncloud/console.php app:disable
|
|||||||
hide_output sudo -u www-data php /usr/local/lib/owncloud/console.php app:enable user_external
|
hide_output sudo -u www-data php /usr/local/lib/owncloud/console.php app:enable user_external
|
||||||
hide_output sudo -u www-data php /usr/local/lib/owncloud/console.php app:enable contacts
|
hide_output sudo -u www-data php /usr/local/lib/owncloud/console.php app:enable contacts
|
||||||
hide_output sudo -u www-data php /usr/local/lib/owncloud/console.php app:enable calendar
|
hide_output sudo -u www-data php /usr/local/lib/owncloud/console.php app:enable calendar
|
||||||
|
hide_output sudo -u www-data php /usr/local/lib/owncloud/console.php app:enable tasks
|
||||||
|
|
||||||
# When upgrading, run the upgrade script again now that apps are enabled. It seems like
|
# When upgrading, run the upgrade script again now that apps are enabled. It seems like
|
||||||
# the first upgrade at the top won't work because apps may be disabled during upgrade?
|
# the first upgrade at the top won't work because apps may be disabled during upgrade?
|
||||||
|
Loading…
Reference in New Issue
Block a user