1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00

Update _common.sh (#166)

* Update _common.sh

* Update install

* Update upgrade
This commit is contained in:
Éric Gaspar 2023-05-03 16:29:37 +02:00 committed by GitHub
parent e008feb51b
commit 9580a3dc74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ YNH_COMPOSER_VERSION=2.3.7
# Plugins version
contextmenu_version=3.3.1
automatic_addressbook_version=v0.4.3
carddav_version=4.4.3
carddav_version=5.0.1
#=================================================
# EXPERIMENTAL HELPERS

View file

@ -168,7 +168,7 @@ chown -R $app:www-data "$final_path/plugins/enigma/home"
# Install CardDAV plugin
if [ $with_carddav -eq 1 ]
then
ynh_composer_exec --commands="require roundcube/carddav $carddav_version"
ynh_composer_exec --commands="require roundcube/carddav $carddav_version --with-all-dependencies"
carddav_tmp_config="../conf/carddav.config.inc.php"
carddav_server=0

View file

@ -220,7 +220,7 @@ then
# Update or install CardDAV plugin
if [ $with_carddav -eq 1 ]
then
ynh_composer_exec --commands="require roundcube/carddav $carddav_version"
ynh_composer_exec --commands="require roundcube/carddav $carddav_version --with-all-dependencies"
carddav_tmp_config="../conf/carddav.config.inc.php"
carddav_server=0