diff --git a/scripts/install b/scripts/install index 8580532..b8b0148 100644 --- a/scripts/install +++ b/scripts/install @@ -194,6 +194,12 @@ then fi fi +#================================================= +# INSTALL JS DEPENDENCIES +#================================================= +ynh_script_progression --message="Installing js dependencies..." --weight=1 +ynh_composer_exec --commands="bin/install-jsdeps.sh" + #================================================= # UPDATE ROUNDCUBE CONFIGURATION #=================================================