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 #=================================================