diff --git a/setup/owncloud.sh b/setup/owncloud.sh index 242a4fc4..6801681f 100644 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -40,6 +40,6 @@ fi # Currently the mail app dosnt ship with the dependencies, so we need to install them 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 +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?