When running brew cleanup
I was seeing this error:
Error: Could not cleanup old kegs! Fix your permissions on:
/opt/homebrew/Cellar/php/8.1.6
Quickest fix I could muster was:
sudo chown -R $(whoami) $(brew --prefix)/*
When running brew cleanup
I was seeing this error:
Error: Could not cleanup old kegs! Fix your permissions on:
/opt/homebrew/Cellar/php/8.1.6
Quickest fix I could muster was:
sudo chown -R $(whoami) $(brew --prefix)/*