From 24ea9f66d1d92774cc8c49e990620f0b48c14531 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Fri, 6 Oct 2017 15:57:23 +0200 Subject: [PATCH] Update install --- scripts/install | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/install b/scripts/install index 2c12a00..3e19a29 100644 --- a/scripts/install +++ b/scripts/install @@ -97,7 +97,7 @@ ynh_mysql_setup_db $db_name $db_name #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= - +ynh_use_nodejs npm install ethercalc ./node_modules/ethercalc/bin/ethercalc #================================================= @@ -131,10 +131,6 @@ ynh_add_systemd_config # INSTALL ETHERCALC #================================================= -# Installe les dépendances de ethercalc et procède à l'intallation. -ynh_use_nodejs -sudo_path "$final_path/bin/installDeps.sh" > $install_log 2>&1 -sudo_path npm install forever -g >> $install_log 2>&1 #================================================= # CONFIGURE ETHERCALC