ansible-collection-mac icon indicating copy to clipboard operation
ansible-collection-mac copied to clipboard

Issues possibly with folder permissions

Open killergoalie opened this issue 1 year ago • 1 comments

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?

killergoalie avatar May 04 '24 06:05 killergoalie

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?

killergoalie avatar May 04 '24 07:05 killergoalie