]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - install.sh
Release wallabag 2.1.0
[github/wallabag/wallabag.git] / install.sh
index 29b343b2954ab66135db427124eff3033e15cc31..6bf0263b6e087f1d0fd161282cd8132368b99cae 100755 (executable)
@@ -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