aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 87d53bf0..fad8b4c0 100755
--- a/install.sh
+++ b/install.sh
@@ -1,7 +1,7 @@
1#! /usr/bin/env bash 1#! /usr/bin/env bash
2 2
3echo " > Installing PHP dependencies through Composer..." 3echo " > Installing PHP dependencies through Composer..."
4composer install --no-interaction --no-progress --prefer-dist -o --no-dev 4SYMFONY_ENV=prod composer install --no-interaction --no-progress --prefer-dist -o --no-dev
5 5
6chmod ugo+x vendor/mouf/nodejs-installer/bin/local/npm 6chmod ugo+x vendor/mouf/nodejs-installer/bin/local/npm
7echo " > Downloading librairies through npm..." 7echo " > Downloading librairies through npm..."