From d1cfcaf00910310ab513ca0c79287dfb21fadd52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 24 Oct 2023 14:34:01 +0200 Subject: [PATCH] cleaning --- scripts/_common.sh | 5 +---- scripts/install | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) 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