1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00

Removed quite from composer to know the error while install

This commit is contained in:
anmol 2018-11-13 00:38:03 +05:30
parent 5734a4e1bd
commit 3f0e191067

View file

@ -82,7 +82,7 @@ exec_composer() {
COMPOSER_HOME="${WORKDIR}/.composer" \ COMPOSER_HOME="${WORKDIR}/.composer" \
sudo /usr/bin/php7.2 "${WORKDIR}/composer.phar" $@ \ sudo /usr/bin/php7.2 "${WORKDIR}/composer.phar" $@ \
-d "${WORKDIR}" --quiet --no-interaction -d "${WORKDIR}" --no-interaction
} }
# Install and initialize Composer in the given directory # Install and initialize Composer in the given directory
@ -94,7 +94,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.2 -- --install-dir="$DESTDIR" \ sudo /usr/bin/php7.2 ---- --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