mirror of
https://github.com/YunoHost-Apps/drupal_ynh.git
synced 2024-09-03 18:35:53 +02:00
Update upgrade
This commit is contained in:
parent
ac0ad08cbd
commit
4a27177683
1 changed files with 3 additions and 0 deletions
|
@ -119,6 +119,9 @@ ynh_add_swap --size=$swap_needed
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Upgrading Composer..."
|
ynh_script_progression --message="Upgrading Composer..."
|
||||||
|
|
||||||
|
mkdir -p "$final_path/.composer"
|
||||||
|
ynh_add_config --template="../conf/composer.json" --destination="$final_path/composer.json"
|
||||||
|
|
||||||
ynh_install_composer --phpversion="$phpversion" --workdir="$final_path"
|
ynh_install_composer --phpversion="$phpversion" --workdir="$final_path"
|
||||||
|
|
||||||
export PATH="$final_path/vendor/bin:$PATH"
|
export PATH="$final_path/vendor/bin:$PATH"
|
||||||
|
|
Loading…
Add table
Reference in a new issue