mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
Composer wants HOME or COMPOSER_HOME to be set
This commit is contained in:
parent
ef940a1dd1
commit
aa8c60b6bb
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ ynh_replace_string "'/ws/'" "'${path_url%/}/ws/'" \
|
|||
|
||||
(
|
||||
cd "$final_path"
|
||||
export COMPOSER_HOME=$final_path
|
||||
curl -sS https://getcomposer.org/installer | php -- --install-dir="$final_path" \
|
||||
&& php composer.phar config --global discard-changes true --quiet \
|
||||
&& php composer.phar install --no-interaction --quiet
|
||||
|
|
Loading…
Reference in a new issue