From 5fc2bb4d2a836e0d558daacf4c5a232b834e62be Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 4 Jan 2022 14:02:16 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index cbd49df..f5ab185 100644 --- a/scripts/install +++ b/scripts/install @@ -61,7 +61,7 @@ ynh_script_progression --message="Installing dependencies..." --weight=20 # Install Nodejs #ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version - +curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - ynh_install_app_dependencies $pkg_dependencies tempdir="$(mktemp -d)"