From e306304780d12b2c886761e4516971623699f96a Mon Sep 17 00:00:00 2001 From: Selamanse Date: Wed, 3 Oct 2018 21:13:05 +0200 Subject: [PATCH] Fix nodejs installation --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 72b6803..6df11d4 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -33,7 +33,7 @@ waitforservice() { installnode(){ - curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - + sudo apt-get install -y nodejs # Meteor needs at least this version of node to work. sudo npm install -g n sudo n $NODE_VERSION