Honestpuck / homebrew.sh

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

This update adds support for the M1/arm64 chip. #5

Closed HelixSpiral closed 3 years ago

HelixSpiral commented 3 years ago

Brew has been updated to use /opt for arm64 chips instead of /usr/local This update changes the installation prefix based on machine chipset

See https://docs.brew.sh/Installation for more information.

Honestpuck commented 3 years ago

Thank you @HelixSpiral