Skip to content

Commit 1b3efb2

Browse files
committed
Leaves 0.12.x by default
1 parent 8a9e67a commit 1b3efb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Vagrantfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ sudo apt-get install -y build-essential
33
curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
44
# curl -sL https://deb.nodesource.com/setup_0.10 | sudo bash -
55
# curl -sL https://deb.nodesource.com/setup_iojs_1.x | sudo bash -
6-
sudo apt-get install -y nodejs
6+
sudo apt-get install -y nodejs
7+
# sudo apt-get install -y iojs
78
sudo npm install -g node-gyp
89
SCRIPT
910

0 commit comments

Comments
 (0)