Skip to content

Commit

Permalink
Merge pull request holman#177 from webmail716/master
Browse files Browse the repository at this point in the history
update command to install homebrew
  • Loading branch information
holman committed Oct 27, 2014
2 parents 118af52 + dbcdf9e commit 9ac458f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homebrew/install.sh
Expand Up @@ -9,7 +9,7 @@
if test ! $(which brew)
then
echo " Installing Homebrew for you."
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" > /tmp/homebrew-install.log
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" > /tmp/homebrew-install.log
fi

# Install homebrew packages
Expand Down

0 comments on commit 9ac458f

Please sign in to comment.