mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-04-18 00:07:23 +02:00
fix composer.phar not finding the composer.json file
This commit is contained in:
@@ -40,6 +40,6 @@ 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
|
||||||
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
|
||||||
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?
|
# TODO: enable mail app in ownCloud config?
|
||||||
|
|||||||
Reference in New Issue
Block a user