mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
well that didnt work..
This commit is contained in:
parent
bc48e7d871
commit
1e91cb0683
@ -74,8 +74,8 @@ if [ ! -d /usr/local/lib/owncloud/apps/mail ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Currently the mail app dosnt ship with the dependencies, so we need to install them
|
# Currently the mail app dosnt ship with the dependencies, so we need to install them
|
||||||
hide_output curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/lib/owncloud/apps/mail
|
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/lib/owncloud/apps/mail
|
||||||
hide_output php /usr/local/lib/owncloud/apps/mail/composer.phar install --working-dir=/usr/local/lib/owncloud/apps/mail
|
php /usr/local/lib/owncloud/apps/mail/composer.phar install --working-dir=/usr/local/lib/owncloud/apps/mail
|
||||||
|
|
||||||
# TODO: enable mail app in ownCloud config?
|
# TODO: enable mail app in ownCloud config?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user