Created
October 26, 2021 07:54
-
-
Save yratof/51469dbf43f880b045027d712a6f11ab to your computer and use it in GitHub Desktop.
Brew permission fixer
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
# https://stackoverflow.com/questions/16432071/how-to-fix-homebrew-permissions | |
sudo chown -R "$USER":admin 'path-to-thing-brew-complains-about' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment