Last active
December 24, 2019 04:49
-
-
Save praveenperera/b5407236675a68b39283c9bc8000d822 to your computer and use it in GitHub Desktop.
brew permissions
This file contains 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
sudo chown -R $(whoami) /usr/local | |
sudo chown -R $(whoami) $(brew --prefix)/* | |
sudo chown -R "$USER":admin /usr/local | |
sudo chown -R "$USER":admin /Library/Caches/Homebrew | |
Author
praveenperera
commented
Dec 24, 2019
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment