mirror of
https://github.com/YunoHost-Apps/wikijs_ynh.git
synced 2024-09-03 20:36:09 +02:00
Remove argument to ynh_install_nodejs
This commit is contained in:
parent
5fdc551f91
commit
a0fa07e916
1 changed files with 1 additions and 6 deletions
|
@ -102,12 +102,7 @@ ynh_print_info "Installing dependencies..."
|
|||
### - And the section "UPGRADE DEPENDENCIES" in the upgrade script
|
||||
|
||||
|
||||
if [ -n "$(uname -m | grep aarch64)" ]; then
|
||||
ynh_install_nodejs 10 arm64
|
||||
else
|
||||
ynh_install_nodejs 10
|
||||
fi
|
||||
|
||||
ynh_install_nodejs 10
|
||||
ynh_install_app_dependencies postgresql postgresql-contrib
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue