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

INSTALL JS DEPENDENCIES

This commit is contained in:
SuNounix 2022-08-25 21:21:09 +02:00 committed by GitHub
parent 52a89f031e
commit aed27a07e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
#=================================================