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

include elastic2022

This commit is contained in:
MadMan247 2024-07-12 14:30:56 -05:00 committed by GitHub
parent 10acf30a2b
commit 366784469c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,6 +84,11 @@ ynh_script_progression --message="Installing additional plugins..." --weight=60
# Create logs and temp directories
mkdir -p "$install_dir/"{logs,temp}
# Elastic2022 theme git clone + install
mkdir -p "$install_dir/skins/Elastic2022"
git clone https://github.com/seb1k/Elastic2022.git "$install_dir/skins/Elastic2022"
chown -R $app:www-data "$install_dir/skins/Elastic2022"
# Install net_LDAP
export COMPOSER_ALLOW_SUPERUSER=1
ynh_composer_exec --commands="require kolab/net_ldap3"