From 366784469cc4a934c211f192ae91162a4ce8cfd8 Mon Sep 17 00:00:00 2001 From: MadMan247 <54383546+MadMan247@users.noreply.github.com> Date: Fri, 12 Jul 2024 14:30:56 -0500 Subject: [PATCH] include elastic2022 --- scripts/install | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/install b/scripts/install index 25ac65e..f0a93b3 100644 --- a/scripts/install +++ b/scripts/install @@ -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"