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:
parent
e008feb51b
commit
9580a3dc74
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ YNH_COMPOSER_VERSION=2.3.7
|
||||||
# Plugins version
|
# Plugins version
|
||||||
contextmenu_version=3.3.1
|
contextmenu_version=3.3.1
|
||||||
automatic_addressbook_version=v0.4.3
|
automatic_addressbook_version=v0.4.3
|
||||||
carddav_version=4.4.3
|
carddav_version=5.0.1
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# EXPERIMENTAL HELPERS
|
# EXPERIMENTAL HELPERS
|
||||||
|
|
|
@ -168,7 +168,7 @@ chown -R $app:www-data "$final_path/plugins/enigma/home"
|
||||||
# Install CardDAV plugin
|
# Install CardDAV plugin
|
||||||
if [ $with_carddav -eq 1 ]
|
if [ $with_carddav -eq 1 ]
|
||||||
then
|
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_tmp_config="../conf/carddav.config.inc.php"
|
||||||
carddav_server=0
|
carddav_server=0
|
||||||
|
|
|
@ -220,7 +220,7 @@ then
|
||||||
# Update or install CardDAV plugin
|
# Update or install CardDAV plugin
|
||||||
if [ $with_carddav -eq 1 ]
|
if [ $with_carddav -eq 1 ]
|
||||||
then
|
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_tmp_config="../conf/carddav.config.inc.php"
|
||||||
carddav_server=0
|
carddav_server=0
|
||||||
|
|
Loading…
Reference in a new issue