Here is a script I wrote that checks what the "CPU" is, if Rosetta is
installed, and installs it if it is not installed.#!/bin/bash #Installs
Rosetta 2 if needed. #Finds what cpu chip the computer has installed.
CPU=$(sysctl -n machdep.cpu.brand_stri...
Hey Ohkston. Thanks for the response. I got your script to work finally.
I don't remember the error. I think the problem I was really
encountering was that the licreg.pkg was failing to install. I think
this was because I had previously installed and...
I have a few questions. I tried to use this script, but I was
unsuccessful. I could get the PKGs to install fine, but not the license
parts. What is the pKey variable? Where did you get the 777M1 value
from? I know what to put for our license server ...