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:
parent
90507faa3c
commit
dd7cb7857d
1 changed files with 0 additions and 9 deletions
|
@ -96,15 +96,6 @@ ynh_print_info "Setting up wekan source files..."
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source "$final_path"
|
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
|
# NGINX CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue