Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues possibly with folder permissions #97

Open
killergoalie opened this issue May 4, 2024 · 1 comment
Open

Issues possibly with folder permissions #97

killergoalie opened this issue May 4, 2024 · 1 comment

Comments

@killergoalie
Copy link

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
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant