Remove unnecessary taps

This commit is contained in:
equal-l2 2017-05-06 06:34:07 +09:00 committed by GitHub
parent aba92d0528
commit 8a85aae7bd

View file

@ -110,10 +110,6 @@ osx_homebrew()
echo "Homebrew detected! Now updating..." echo "Homebrew detected! Now updating..."
brew update brew update
echo "Tapping required taps..."
brew tap homebrew/versions
brew tap glendc/gcc_cross_compilers
echo "Installing missing packages..." echo "Installing missing packages..."
install_brew_pkg "git" install_brew_pkg "git"