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.