diff --git a/scripts/install b/scripts/install index dbce4c5..ae47dc8 100644 --- a/scripts/install +++ b/scripts/install @@ -69,7 +69,7 @@ ynh_app_setting_set $app port $port # INSTALL DEPENDENCIES #================================================= -sudo curl -sL https://deb.nodesource.com/setup_7.x | sudo bash - +curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - sudo apt-get install -yy -qq nodejs #=================================================