From df71ca5cf79f6f959484198df176b41a46761251 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Sun, 8 Mar 2015 01:58:39 +0100 Subject: [PATCH] Use my fixed version of Vaprobash's Node installer until my PR gets merged. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 84bb82c..c6b322b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -282,7 +282,7 @@ Vagrant.configure("2") do |config| ########## # Install Nodejs - config.vm.provision "shell", path: "#{github_url}/scripts/nodejs.sh", privileged: false, args: nodejs_packages.unshift(nodejs_version, github_url) + config.vm.provision "shell", path: "https://raw.githubusercontent.com/franzliedke/Vaprobash/patch-1/scripts/nodejs.sh", privileged: false, args: nodejs_packages.unshift(nodejs_version, github_url) # Install Ruby Version Manager (RVM) # config.vm.provision "shell", path: "#{github_url}/scripts/rvm.sh", privileged: false, args: ruby_gems.unshift(ruby_version)