X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=install.sh;h=6bf0263b6e087f1d0fd161282cd8132368b99cae;hb=091e4bdd64e83a2dda2584cec58b43fdad8ef99d;hp=29b343b2954ab66135db427124eff3033e15cc31;hpb=8c3c69fb9c8df3f78fe41ecc4349e11f5d5affdc;p=github%2Fwallabag%2Fwallabag.git diff --git a/install.sh b/install.sh index 29b343b2..6bf0263b 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ if [[ $ASSETS == 'build' ]]; then echo "Installing PHP dependencies through Composer..." - composer install --no-interaction --no-progress --prefer-dist -o + composer update --no-interaction --no-progress chmod ugo+x vendor/mouf/nodejs-installer/bin/local/npm echo "Downloading librairies through npm..." @@ -11,5 +11,5 @@ if [[ $ASSETS == 'build' ]]; then echo "Concat, minify and installing assets..." node_modules/grunt/bin/grunt else - composer install --no-interaction --no-progress --prefer-dist -o + composer update --no-interaction --no-progress fi