]> cat aescling's git repositories - mastodon.git/commitdiff
Vagrantfile: node 6 (#2752)
authorkawax <kawaxbiz@gmail.com>
Wed, 3 May 2017 14:59:51 +0000 (23:59 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 3 May 2017 14:59:51 +0000 (16:59 +0200)
Vagrantfile

index 6d7004faf63e547566c9a75d2402c49c5cb54d48..d58ef78fdbd3bb829ac55bf912095e1f8b01a64a 100644 (file)
@@ -10,7 +10,7 @@ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
 sudo apt-add-repository 'deb https://dl.yarnpkg.com/debian/ stable main'
 
 # Add repo for NodeJS
-curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
+curl -sL https://deb.nodesource.com/setup_6.x | sudo bash -
 
 # Add firewall rule to redirect 80 to 3000 and save
 sudo iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 3000