Honestpuck / homebrew.sh

Install homebrew via Jamf without giving users admin rights
Apache License 2.0
107 stars 30 forks source link

Installing your script in Addigy MDM #3

Closed erickgrau closed 3 years ago

erickgrau commented 3 years ago

I tried to run this as a script in Addigy (similar to JAMF) and I get this error: Error: /usr/local is not writable. You should change the ownership and permissions of /usr/local back to your user account: sudo chown -R $(whoami) /usr/local

Help please! :)

Honestpuck commented 3 years ago

I suspect that Addigy is running the scripts at a user level, rather than with admin privileges, which is what Jamf does.

Does Addigy have some sort of setting to control this? I don't have enough experience with Addigy to know. Check with some Addigy experts.

Honestpuck commented 3 years ago

I'm closing this as I don't claim to support Addigy and don't have anything to test on.