1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

Update install

Remove dependencies installation as they are included in the package
This commit is contained in:
yalh76 2019-03-13 23:32:18 +01:00
parent 90507faa3c
commit dd7cb7857d

View file

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