1
0
Fork 0
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:
yalh76 2022-02-15 22:08:37 +01:00
parent ac0ad08cbd
commit 4a27177683

View file

@ -119,6 +119,9 @@ ynh_add_swap --size=$swap_needed
#=================================================
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"
export PATH="$final_path/vendor/bin:$PATH"