From 771e89ee42818ddbf2239d0ec1885d2899ad9c2e Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 16 Nov 2014 15:52:26 +0100 Subject: [PATCH] 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) --- provision.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/provision.sh b/provision.sh index 9f577c9..433ba09 100644 --- a/provision.sh +++ b/provision.sh @@ -6,5 +6,4 @@ sudo apt-get install -y git fish sudo chsh -s `which fish` vagrant # Install nvm -export METHOD=copy /vagrant/install.sh