Created
April 2, 2013 20:28
-
-
Save thejoecarroll/5295887 to your computer and use it in GitHub Desktop.
For the record, these are the permissions and ownership modifications made by a fresh install of homebrew on OS X.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" | |
==> This script will install: | |
/usr/local/bin/brew | |
/usr/local/Library/... | |
/usr/local/share/man/man1/brew.1 | |
==> The following directories will be made group writable: | |
/usr/local/. | |
/usr/local/bin | |
/usr/local/Library | |
/usr/local/share | |
/usr/local/share/locale | |
/usr/local/share/man | |
/usr/local/share/man/man1 | |
/usr/local/share/info | |
/usr/local/share/doc | |
==> The following directories will have their group set to admin: | |
/usr/local/. | |
/usr/local/bin | |
/usr/local/Library | |
/usr/local/share | |
/usr/local/share/locale | |
/usr/local/share/man | |
/usr/local/share/man/man1 | |
/usr/local/share/info | |
/usr/local/share/doc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just a personal note, copied from the output of the installer.