From b7c73217e6b46264c5f31f26a5d4f452bf4657f7 Mon Sep 17 00:00:00 2001 From: frju365 Date: Tue, 18 Apr 2017 13:18:56 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b38225e..f0fb8dd 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 | bash - +sudo curl -sL https://deb.nodesource.com/setup_7.x | sudo bash - sudo apt-get install -yy -qq nodejs #=================================================