Skip to content

Commit

Permalink
new homebrew install url
Browse files Browse the repository at this point in the history
  • Loading branch information
atomantic committed Jun 22, 2015
1 parent c415b61 commit db70f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ running "checking homebrew install"
brew_bin=$(which brew) 2>&1 > /dev/null
if [[ $? != 0 ]]; then
action "installing homebrew"
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
if [[ $? != 0 ]]; then
error "unable to install homebrew, script $0 abort!"
exit -1
Expand Down

0 comments on commit db70f90

Please sign in to comment.