You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran into an issue recently with the brew == 4.1.0 After using this role once, Tried to do brew update but was blocked due to lack of permissions to /opt/homebrew . Next tried sudo brew update and it throws an error that homebrew doesn't support sudo anymore.
Is this an issue with the role, updated homebrew, or am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Think I sorted out my issues, maybe. it's the root reports brew as 4.1.0 but local user is 4.2,x.
So part of my issue was I made a mistake and ran the homebrew role as root
Managed recover access to homebrew with sudo chown -R $(whoami) /opt/homebrew
Anyone know if that's all I need to worry about or did I screw up more?
Ran into an issue recently with the
brew == 4.1.0
After using this role once, Tried to dobrew update
but was blocked due to lack of permissions to/opt/homebrew
. Next triedsudo brew update
and it throws an error that homebrew doesn't support sudo anymore.Is this an issue with the role, updated homebrew, or am I doing something wrong?
The text was updated successfully, but these errors were encountered: