From 65ef84b56df88724b6df594f6b28598381989e4c Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sat, 30 Jun 2018 14:52:40 +0530 Subject: [PATCH] composer fix --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index f0c855f..114c6cf 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -91,7 +91,7 @@ init_composer() { # install composer curl -sS https://getcomposer.org/installer \ | 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" # update dependencies to create composer.lock