mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-31 07:47:28 +01:00
Add missing env in install.sh
Fix https://github.com/wallabag/wallabag/issues/2345
This commit is contained in:
parent
aafb3321b7
commit
a3cc0dd0bf
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
echo " > Installing PHP dependencies through Composer..."
|
||||
composer install --no-interaction --no-progress --prefer-dist -o --no-dev
|
||||
SYMFONY_ENV=prod composer install --no-interaction --no-progress --prefer-dist -o --no-dev
|
||||
|
||||
chmod ugo+x vendor/mouf/nodejs-installer/bin/local/npm
|
||||
echo " > Downloading librairies through npm..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user