From 22d1a5f3a53ca2354704484b1fc9651050e64401 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 17 Apr 2014 00:14:56 -0700 Subject: [PATCH] remove command line tools install for now. --- setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.sh b/setup.sh index c7898324..874a7923 100755 --- a/setup.sh +++ b/setup.sh @@ -2,7 +2,6 @@ cd `dirname $BASH_SOURCE` && source bootstrapping.sh case `uname` in 'Darwin') - xcode-select --install source resources/osx.sh source resources/brew.sh ;;