Fixed Node JS install

Restored original Vaprobash's script for Node JS install.
pull/11/head
Davide Bellini 9 years ago
parent 4ae1fe2dad
commit c4f9c8f4b8

2
Vagrantfile vendored

@ -282,7 +282,7 @@ Vagrant.configure("2") do |config|
##########
# Install Nodejs
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)
config.vm.provision "shell", path: "https://raw.githubusercontent.com/fideloper/Vaprobash/master/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)

Loading…
Cancel
Save