From 5447d7ae7e0b6662e14e46ded6152d1e65f70086 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 9 Dec 2021 08:13:43 +0100 Subject: [PATCH] Update install --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2c404d9..89cc58b 100644 --- a/scripts/install +++ b/scripts/install @@ -126,7 +126,8 @@ ynh_script_progression --message="Installing The Lounge..." --weight=10 pushd $final_path ynh_use_nodejs - ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install --global --unsafe-perm thelounge + #ynh_exec_as $app env $ynh_node_load_PATH + $ynh_npm install --global --unsafe-perm thelounge popd #=================================================