diff --git a/scripts/_common.sh b/scripts/_common.sh index 16dc5b7..b818f0f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,10 +4,7 @@ # COMMON VARIABLES #================================================= -nodejs_version=10 - -# dependencies used by the app -#REMOVEME? pkg_dependencies="libpam0g-dev" +nodejs_version=16 #================================================= # PERSONAL HELPERS diff --git a/scripts/install b/scripts/install index c6181d5..85d62fe 100644 --- a/scripts/install +++ b/scripts/install @@ -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