From 1e91cb0683f470b2b2d50400f58a5188885f89a7 Mon Sep 17 00:00:00 2001 From: jkaberg Date: Tue, 12 Aug 2014 00:44:54 +0200 Subject: [PATCH] well that didnt work.. --- setup/owncloud.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/owncloud.sh b/setup/owncloud.sh index 6c75e7b7..51bda1ee 100644 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -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?