From d81564718cac221ab1243dc6a28c3245b8bdafde Mon Sep 17 00:00:00 2001 From: nemsia Date: Mon, 10 Apr 2017 10:48:39 +0200 Subject: [PATCH] Sudo on yarn install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 95be1b2..d7e5f5f 100644 --- a/scripts/install +++ b/scripts/install @@ -64,7 +64,7 @@ ynh_app_setting_set $app final_path $final_path pushd /opt curl -sL https://deb.nodesource.com/setup_4.x | sudo bash - sudo apt-get -y install nodejs -npm install -g yarn +sudo npm install -g yarn ## Install postgresql database dbname=$app