Skip to content

Commit

Permalink
Merge pull request #69 from thoughtbot/ctoomey-mkdir-homebrew
Browse files Browse the repository at this point in the history
Mkdir /usr/local for Homebrew if it doesn't exist
  • Loading branch information
christoomey committed Feb 20, 2013
2 parents 2b6ed80 + ffdec8d commit f2c7f5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mac
Expand Up @@ -12,6 +12,7 @@ echo "Copying public key to clipboard. Paste it into your Github account ..."
successfully open https://github.com/account/ssh

echo "Fixing permissions ..."
successfully sudo mkdir -p /usr/local
successfully sudo chown -R `whoami` /usr/local

echo "Installing Homebrew, a good OS X package manager ..."
Expand Down

0 comments on commit f2c7f5c

Please sign in to comment.