From 0f7fb61373628b6ce42e6af7c0c47aa6cd1f7639 Mon Sep 17 00:00:00 2001 From: Limezy Date: Thu, 9 Jun 2022 01:31:43 +0700 Subject: [PATCH] Update install --- scripts/install | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/install b/scripts/install index 56c8925..cdaf76e 100755 --- a/scripts/install +++ b/scripts/install @@ -150,12 +150,8 @@ pushd "$final_path" export NODE_OPTIONS=--max_old_space_size=1024 # Build server from source ynh_use_nodejs - echo $(node -v) - env "$ynh_node_load_PATH" echo $(node -v) - env "$ynh_node_load_PATH" echo $(npm -v) env "$ynh_node_load_PATH" npm install -g npm - env "$ynh_node_load_PATH" echo $(npm -v) - env "$ynh_node_load_PATH" make all install DESTDIR=$final_path/build 2>&1 + env "$ynh_node_load_PATH" make dep-tensorflow dep-js dep-go build-js install DESTDIR=$final_path/build 2>&1 ynh_secure_remove --file="$final_path/go" popd