Skip to content

Commit

Permalink
Change Homebrew install path
Browse files Browse the repository at this point in the history
Looks like it's hosted in a different repository now.
  • Loading branch information
marcdel authored and Dan Croak committed Dec 28, 2013
1 parent 0d45f0b commit 2234ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mac
Expand Up @@ -36,7 +36,7 @@ fi

if (( ! $+commands[brew] )); then
fancy_echo "Installing Homebrew, a good OS X package manager ..."
ruby <(curl -fsS https://raw.github.com/mxcl/homebrew/go/install)
ruby <(curl -fsS https://raw.github.com/Homebrew/homebrew/go/install)
brew update

if ! grep -qs "recommended by brew doctor" ~/.zshrc; then
Expand Down
2 changes: 1 addition & 1 deletion mac-components/homebrew
@@ -1,6 +1,6 @@
if (( ! $+commands[brew] )); then
fancy_echo "Installing Homebrew, a good OS X package manager ..."
ruby <(curl -fsS https://raw.github.com/mxcl/homebrew/go/install)
ruby <(curl -fsS https://raw.github.com/Homebrew/homebrew/go/install)
brew update

if ! grep -qs "recommended by brew doctor" ~/.zshrc; then
Expand Down

0 comments on commit 2234ae6

Please sign in to comment.