mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
Replace php-net-ldap3 by kolab/net_ldap3
According to that "SOOOO" helpful comment. Finally found that actually a dependency is missing in buster, but no one actually cares...
This commit is contained in:
parent
00eea510e9
commit
c163bb27ab
1 changed files with 3 additions and 0 deletions
|
@ -142,6 +142,9 @@ ynh_script_progression --message="Installing additional plugins..." --weight=60
|
||||||
# Create logs and temp directories
|
# Create logs and temp directories
|
||||||
mkdir -p "$final_path/"{logs,temp}
|
mkdir -p "$final_path/"{logs,temp}
|
||||||
|
|
||||||
|
# Install net_LDAP
|
||||||
|
ynh_composer_exec --commands="require kolab/net_ldap3"
|
||||||
|
|
||||||
# Install contextmenu and automatic_addressbook plugins
|
# Install contextmenu and automatic_addressbook plugins
|
||||||
# https://plugins.roundcube.net/packages/sblaisot/automatic_addressbook
|
# https://plugins.roundcube.net/packages/sblaisot/automatic_addressbook
|
||||||
# https://plugins.roundcube.net/packages/johndoh/contextmenu
|
# https://plugins.roundcube.net/packages/johndoh/contextmenu
|
||||||
|
|
Loading…
Reference in a new issue