From 77a80d633c49963e2de3c4f9f97b2afd6cc9f713 Mon Sep 17 00:00:00 2001 From: nemsia Date: Thu, 25 May 2017 14:09:20 +0200 Subject: [PATCH] [fix] Nodejs 6 on restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index e0969ee..84828b1 100644 --- a/scripts/restore +++ b/scripts/restore @@ -89,7 +89,7 @@ sudo adduser $app --home /opt/$app --gecos "First Last,RoomNumber,WorkPhone,Home # Install de Node.js pushd /opt - curl -sL https://deb.nodesource.com/setup_4.x | sudo bash - + curl -sL https://deb.nodesource.com/setup_6.x | sudo bash - sudo apt-get -y install nodejs # Install Yarn