From 8caa811c0bb1b5ba66fa53cfb16d59e83cc3ec0d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 13 Mar 2019 23:32:18 +0100 Subject: [PATCH] Update install Remove dependencies installation as they are included in the package --- scripts/install | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/install b/scripts/install index 4501493..68ac907 100755 --- a/scripts/install +++ b/scripts/install @@ -96,15 +96,6 @@ ynh_print_info "Setting up wekan source files..." # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source "$final_path" -ynh_print_info "Installing wekan npm dependencies ..." - -# Install wekan dependencies -chown -R $app $final_path -pushd $final_path/programs/server - ynh_use_nodejs - npm install -popd - #================================================= # NGINX CONFIGURATION #=================================================