From 067abdc75d116a99fd6ad0ecbbff11c1793ea470 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Fri, 8 Sep 2017 20:36:02 +0200 Subject: [PATCH] Update install --- scripts/install | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 054b98b..ca057f9 100644 --- a/scripts/install +++ b/scripts/install @@ -77,7 +77,7 @@ ynh_app_setting_set $app port $port # INSTALL NODEJS #================================================= -ynh_install_nodejs 4.8.3 +ynh_install_nodejs 8.0.0 #================================================= # INSTALL DEPENDENCIES @@ -98,9 +98,8 @@ ynh_mysql_setup_db $db_name $db_name # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= -ynh_app_setting_set $app final_path $final_path -# Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source "$final_path" +npm install -g ethercalc +ethercalc #================================================= # NGINX CONFIGURATION