From 8a85aae7bd5fe1795a4be6d92e11e62aa5e3ff6c Mon Sep 17 00:00:00 2001 From: equal-l2 Date: Sat, 6 May 2017 06:34:07 +0900 Subject: [PATCH] Remove unnecessary taps --- bootstrap.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index a72ccfd..346d2b2 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -110,10 +110,6 @@ osx_homebrew() echo "Homebrew detected! Now updating..." brew update - echo "Tapping required taps..." - brew tap homebrew/versions - brew tap glendc/gcc_cross_compilers - echo "Installing missing packages..." install_brew_pkg "git"