1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00

Install node v14 instead of 10

This commit is contained in:
Limezy 2021-09-21 21:35:27 +08:00 committed by GitHub
parent e94f4df395
commit 697edfc757
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,6 +100,9 @@ ynh_app_setting_set --app=$app --key=port --value=$port
#=================================================
ynh_script_progression --message="Installing dependencies..." --time --weight=1
# Install nodejs
ynh_install_nodejs --nodejs_version=$NODEJS_VERSION
### `ynh_install_app_dependencies` allows you to add any "apt" dependencies to the package.
### Those deb packages will be installed as dependencies of this package.
### If you're not using this helper: