From e8960a72a668b03760fb4643a4ed148482fdc714 Mon Sep 17 00:00:00 2001 From: cpuy Date: Wed, 16 Jul 2014 17:55:46 +0200 Subject: [PATCH] make install.sh work with all git configurations --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3caeb2f..a513142 100755 --- a/install.sh +++ b/install.sh @@ -45,7 +45,7 @@ install_nvm_from_git() { mkdir -p "$NVM_DIR" git clone "$NVM_SOURCE" "$NVM_DIR" fi - git checkout v0.11.0 + git checkout -b v0.11.0 tags/v0.11.0 } install_nvm_as_script() {