Skip to main content
Question

JAMF deployment for homebrew with M1 Macbooks

  • December 22, 2020
  • 0 replies
  • 11 views

Forum|alt.badge.img+2

Hey all, has anyone else been running into problems with deploying the intital homebrew installer from JAMF? I can paste the below in a rosetta enabled terminal window with no problems and install it:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

However, if ran from Self Service the terminal returns a simple "Rerun the Homebrew installer under Rosetta 2.". If you use the

arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

variant(I tested with and without rosetta enabled), you run into a plethora of permission issues.