1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mstream_ynh.git synced 2024-09-03 19:46:17 +02:00
This commit is contained in:
Éric Gaspar 2023-01-10 19:29:07 +01:00
parent ff4319a9a5
commit 5672fefd18
2 changed files with 4 additions and 0 deletions

View file

@ -67,6 +67,8 @@ ynh_app_setting_set --app=$app --key=port --value=$port
#=================================================
ynh_script_progression --message="Installing dependencies..." --weight=15
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
ynh_install_app_dependencies $pkg_dependencies
#=================================================

View file

@ -74,6 +74,8 @@ ynh_remove_nginx_config
#=================================================
ynh_script_progression --message="Removing dependencies..." --weight=5
ynh_remove_nodejs
# Remove metapackage and its dependencies
ynh_remove_app_dependencies