1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kimai2_ynh.git synced 2024-09-03 19:26:26 +02:00

composer fix

This commit is contained in:
anmol26s 2018-06-30 14:57:20 +05:30
parent 65ef84b56d
commit 6eb85403ae

View file

@ -91,7 +91,7 @@ init_composer() {
# install composer
curl -sS https://getcomposer.org/installer \
| COMPOSER_HOME="${DESTDIR}/.composer" \
sudo /usr/bin/php7.1 --install-dir="$DESTDIR" \
sudo /usr/bin/php7.1 -- --install-dir="$DESTDIR" \
|| ynh_die "Unable to install Composer"
# update dependencies to create composer.lock