Skip to content

Commit

Permalink
Update Homebrew script URL to new location
Browse files Browse the repository at this point in the history
  • Loading branch information
mtthwhggns authored and bmorrall committed Dec 23, 2014
1 parent 564495a commit 5735fc4
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 @@ -86,7 +86,7 @@ fi

if ! command -v brew >/dev/null; then
fancy_echo "Installing Homebrew, a good OS X package manager ..."
ruby <(curl -fsS https://raw.githubusercontent.com/Homebrew/homebrew/go/install)
ruby <(curl -fsS https://raw.githubusercontent.com/Homebrew/install/master/install)

if ! grep -qs "recommended by brew doctor" ~/.zshrc; then
fancy_echo "Put Homebrew location earlier in PATH ..."
Expand Down
2 changes: 1 addition & 1 deletion mac-components/homebrew
@@ -1,6 +1,6 @@
if ! command -v brew >/dev/null; then
fancy_echo "Installing Homebrew, a good OS X package manager ..."
ruby <(curl -fsS https://raw.githubusercontent.com/Homebrew/homebrew/go/install)
ruby <(curl -fsS https://raw.githubusercontent.com/Homebrew/install/master/install)

if ! grep -qs "recommended by brew doctor" ~/.zshrc; then
fancy_echo "Put Homebrew location earlier in PATH ..."
Expand Down

0 comments on commit 5735fc4

Please sign in to comment.