Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homebrew issues #59

Open
joemaller opened this issue Oct 6, 2017 · 5 comments
Open

Homebrew issues #59

joemaller opened this issue Oct 6, 2017 · 5 comments

Comments

@joemaller
Copy link
Member

After the last install, I had to run this command (instead of a bunch of other suggested commands) to make brew doctor happy.

sudo chown -R $(whoami) /usr/local
@joemaller
Copy link
Member Author

Unsupported and may not be worth the trouble. https://discourse.brew.sh/t/homebrew-permissions-for-multiple-users/686

@joemaller
Copy link
Member Author

Note that first command doesn't work in High Sierra. This might be fixed, needs more testing

joemaller added a commit that referenced this issue Dec 11, 2017
@joemaller
Copy link
Member Author

the homebrew : move Homebrew files to /usr/local task is failing on a new system...

@joemaller
Copy link
Member Author

Well, this certainly would've been nice to know about earlier...

The current implementation of the Homebrew installation script will prompt the User if stdin is set to TTY. By redirecting stdin to /dev/null, the installer can be run without user intervention.

'ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null'

https://stackoverflow.com/a/39864317/503463

@joemaller
Copy link
Member Author

ref: f37a1ef

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant