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
ecd3d3c8d2
commit
fb5dd045a6
1 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@ then
|
||||||
# Check if dependencies need to be updated with Composer
|
# Check if dependencies need to be updated with Composer
|
||||||
if [ -f "$final_path/composer.json" ]
|
if [ -f "$final_path/composer.json" ]
|
||||||
then
|
then
|
||||||
ynh_exec_warn_less ynh_composer_exec --commands="update"
|
ynh_exec_warn_less ynh_composer_exec --commands=\"update --no-dev --prefer-dist\"
|
||||||
else
|
else
|
||||||
# Install composer.json
|
# Install composer.json
|
||||||
cp "$final_path/composer.json-dist" "$final_path/composer.json"
|
cp "$final_path/composer.json-dist" "$final_path/composer.json"
|
||||||
|
@ -170,7 +170,7 @@ then
|
||||||
ynh_composer_exec --commands="require roundcube/plugin-installer:>=0.2.0"
|
ynh_composer_exec --commands="require roundcube/plugin-installer:>=0.2.0"
|
||||||
|
|
||||||
# Install net_LDAP
|
# Install net_LDAP
|
||||||
#ynh_composer_exec --commands="require kolab/net_ldap3"
|
ynh_composer_exec --commands="require kolab/net_ldap3"
|
||||||
|
|
||||||
# Update or install contextmenu and automatic_addressbook plugins
|
# Update or install contextmenu and automatic_addressbook plugins
|
||||||
# https://plugins.roundcube.net/packages/sblaisot/automatic_addressbook
|
# https://plugins.roundcube.net/packages/sblaisot/automatic_addressbook
|
||||||
|
|
Loading…
Reference in a new issue