well that didnt work..

This commit is contained in:
jkaberg 2014-08-12 00:44:54 +02:00
parent bc48e7d871
commit 1e91cb0683
1 changed files with 2 additions and 2 deletions

View File

@ -74,8 +74,8 @@ if [ ! -d /usr/local/lib/owncloud/apps/mail ]; then
fi
# 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
hide_output php /usr/local/lib/owncloud/apps/mail/composer.phar install --working-dir=/usr/local/lib/owncloud/apps/mail
curl -sS https://getcomposer.org/installer | php -- --install-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?