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:52:40 +05:30
parent 33a8295b18
commit 65ef84b56d

View file

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