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
5734a4e1bd
commit
3f0e191067
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ exec_composer() {
|
|||
|
||||
COMPOSER_HOME="${WORKDIR}/.composer" \
|
||||
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
|
||||
|
@ -94,7 +94,7 @@ init_composer() {
|
|||
# install composer
|
||||
curl -sS https://getcomposer.org/installer \
|
||||
| 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"
|
||||
|
||||
# update dependencies to create composer.lock
|
||||
|
|
Loading…
Add table
Reference in a new issue