1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/sogo_ynh.git synced 2024-09-03 20:26:07 +02:00

Merge pull request #3 from mthld/patch-1

Add memcached to dependancies
This commit is contained in:
Josue-T 2019-10-09 22:54:18 +02:00 committed by GitHub
commit 33ff5e69b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ app=$YNH_APP_INSTANCE_NAME
#=================================================
install_dependance() {
ynh_install_app_dependencies sogo stunnel4
ynh_install_app_dependencies sogo stunnel4 memcached
}
config_sogo() {