Oops, forgot to remove copy installation method

When vagrant is provisioned it will choose an automatic method from now (which means git or script with the newest version of nvm from the web)
This commit is contained in:
Michael Vogel 2014-11-16 15:52:26 +01:00
parent 4770f43ae4
commit 771e89ee42

View File

@ -6,5 +6,4 @@ sudo apt-get install -y git fish
sudo chsh -s `which fish` vagrant sudo chsh -s `which fish` vagrant
# Install nvm # Install nvm
export METHOD=copy
/vagrant/install.sh /vagrant/install.sh