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

Merge pull request #14 from yalh76/nodejs-8.14.1

Nodejs 8.14.1
This commit is contained in:
yalh76 2019-03-07 03:18:47 +01:00 committed by GitHub
commit b7ada63404
3 changed files with 4 additions and 3 deletions

View file

@ -100,7 +100,7 @@ ynh_print_info "Installing dependencies..."
### - And the section "UPGRADE DEPENDENCIES" in the upgrade script
ynh_print_info "Installing nodejs ..."
ynh_install_nodejs 8.9.3
ynh_install_nodejs 8.14.1
ynh_print_info "Installing mongodb dependencies ..."
ynh_install_app_dependencies "mongodb mongodb-server"

View file

@ -85,7 +85,7 @@ find "$final_path" -type d -print0 | xargs -0 chmod 750
ynh_print_info "Reinstalling dependencies..."
# Define and install dependencies
ynh_install_nodejs 8.9.3
ynh_install_nodejs 8.14.1
# Install mongodb
ynh_install_app_dependencies "mongodb mongodb-server"

View file

@ -68,7 +68,8 @@ if ynh_version_gt "0.45-3" "${previous_version}" ; then
fi
if ynh_version_gt "0.77-2" "${previous_version}" ; then
ynh_install_nodejs 8.9.3
ynh_remove_nodejs
ynh_install_nodejs 8.14.1
ynh_use_nodejs
# Create a dedicated systemd config
ynh_add_systemd_config