Skip to content

Instantly share code, notes, and snippets.

@martinsnygg
Created March 9, 2015 23:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinsnygg/6037aa4f4e865fd50cf3 to your computer and use it in GitHub Desktop.
Save martinsnygg/6037aa4f4e865fd50cf3 to your computer and use it in GitHub Desktop.
# Check for Homebrew,
# Install if we don't have it
if test ! $(which brew); then
echo "Installing homebrew..."
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi
# Update homebrew recipes
brew update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment