Skip to content

Commit

Permalink
Merge pull request holman#264 from rwhogg/patch-1
Browse files Browse the repository at this point in the history
Update Linuxbrew installation URL
  • Loading branch information
holman authored Dec 8, 2016
2 parents 1b430b7 + 6cb0f6c commit 565cf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homebrew/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ then
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
elif test "$(expr substr $(uname -s) 1 5)" = "Linux"
then
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)"
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install)"
fi

fi
Expand Down

0 comments on commit 565cf5c

Please sign in to comment.