Skip to content

Instantly share code, notes, and snippets.

@joemaffia
Created July 13, 2015 08:47
Show Gist options
  • Save joemaffia/e447b2ff440cf60d4364 to your computer and use it in GitHub Desktop.
Save joemaffia/e447b2ff440cf60d4364 to your computer and use it in GitHub Desktop.
Homebrew permissions & multiple users needing to brew update
chgrp -R admin /usr/local
chmod -R g+w /usr/local
chgrp -R admin /Library/Caches/Homebrew
chmod -R g+w /Library/Caches/Homebrew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment