mirror of
https://github.com/YunoHost-Apps/drupal7_ynh.git
synced 2024-09-03 18:26:19 +02:00
Fix install
This commit is contained in:
parent
868272f6df
commit
f6efa7a3ee
1 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,8 @@ mkdir -p "$final_path/.composer"
|
|||
|
||||
ynh_add_config --template="../conf/composer.json" --destination="$final_path/.composer/composer.json"
|
||||
|
||||
ynh_install_composer --phpversion="$phpversion" --workdir="$final_path/.composer"
|
||||
|
||||
export PATH="$final_path/.composer/vendor/bin:$PATH"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue