From a0fa07e91654f9b21709c5c86bb7f66add622c85 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 22 Feb 2019 17:59:54 +0100 Subject: [PATCH] Remove argument to ynh_install_nodejs --- scripts/install | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/install b/scripts/install index cc3881c..ca7dfee 100644 --- a/scripts/install +++ b/scripts/install @@ -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 #=================================================