aboutsummaryrefslogtreecommitdiffhomepage
path: root/install.sh
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-10-03 18:13:40 +0200
committerGitHub <noreply@github.com>2016-10-03 18:13:40 +0200
commita3cc0dd0bfedf8d77c232eb38e8781b3cf38a048 (patch)
tree937aaa692137fc5e4f20c57a57135160adf0c5af /install.sh
parentaafb3321b75976bd4614d5c033df175853f0cbb0 (diff)
downloadwallabag-a3cc0dd0bfedf8d77c232eb38e8781b3cf38a048.tar.gz
wallabag-a3cc0dd0bfedf8d77c232eb38e8781b3cf38a048.tar.zst
wallabag-a3cc0dd0bfedf8d77c232eb38e8781b3cf38a048.zip
Add missing env in install.sh
Fix https://github.com/wallabag/wallabag/issues/2345
Diffstat (limited to 'install.sh')
-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..."