1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/osjs_ynh.git synced 2024-09-03 19:56:11 +02:00
This commit is contained in:
Éric Gaspar 2023-10-24 14:34:01 +02:00 committed by Félix Piédallu
parent 72fdff0983
commit d1cfcaf009
2 changed files with 2 additions and 5 deletions

View file

@ -4,10 +4,7 @@
# COMMON VARIABLES
#=================================================
nodejs_version=10
# dependencies used by the app
#REMOVEME? pkg_dependencies="libpam0g-dev"
nodejs_version=16
#=================================================
# PERSONAL HELPERS

View file

@ -55,7 +55,7 @@ chown $app:$app "$install_dir/src/server/index.js"
#=================================================
# BUILD APP
#=================================================
ynh_script_progression --message="Building app..."
ynh_script_progression --message="Building $app..."
pushd $install_dir
ynh_use_nodejs