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:
parent
42261bd089
commit
5734a4e1bd
1 changed files with 1 additions and 1 deletions
|
@ -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 -- --quiet --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
|
||||||
|
|
Loading…
Reference in a new issue