Rod Christiansen
Results
3
comments of
Rod Christiansen
We had to Time Machine the entire `/munki/manifests` folder to recover from this one!
#### What’s the macOS version you’re using? macOS 10.13.6 (17G65) #### Were you accessing a local repo on your internal hard drive or a repo over a network mount? Internal...
What about adding Rosetta install in `preflight` script? ``` if [ $(/usr/bin/arch) == "arm64" ] ; then /usr/sbin/softwareupdate --install-rosetta --agree-to-license fi ```