Has anyone been able to successfully accomplish this? I have tried several scripts ive found on these discussions as well as AutoBrew.
The end result is the same, and its always a lack of permissions.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
So, is it possible to install this for a Standard user and allow them to update and install via brew, or does this require Admin?