mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
Added composer fixes https://github.com/YunoHost-Apps/monica_ynh/issues/23
Composer was missing in upgrade. Hopefully this would fix this issue https://github.com/YunoHost-Apps/monica_ynh/issues/23.
This commit is contained in:
parent
b7b5676813
commit
5a454b5da1
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,11 @@ path_url=$(ynh_normalize_url_path $path_url)
|
|||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source "$final_path"
|
||||
|
||||
#=================================================
|
||||
# INSTALL COMPOSER
|
||||
#=================================================
|
||||
init_composer $final_path
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue