mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
Update upgrade
This commit is contained in:
parent
b76ddd915d
commit
ff37c95b26
1 changed files with 2 additions and 2 deletions
|
@ -179,8 +179,8 @@ then
|
|||
if [ -f "$final_path/composer.json" ]
|
||||
then
|
||||
ynh_exec_warn_less ynh_composer_exec --commands="update"
|
||||
# Update plugin-installer for Composer version 2.0
|
||||
ynh_exec_warn_less ynh_composer_exec --commands="require roundcube/plugin-installer:>=0.3.2"
|
||||
## Update plugin-installer for Composer version 2.0
|
||||
#ynh_exec_warn_less ynh_composer_exec --commands="require roundcube/plugin-installer:>=0.3.2"
|
||||
else
|
||||
# Install composer.json
|
||||
cp "$final_path/composer.json-dist" "$final_path/composer.json"
|
||||
|
|
Loading…
Add table
Reference in a new issue