See
here;https://community.jamf.com/t5/jamf-pro/macos-installer-script-not-working-for-apple-silicon-m1-macbook/m-p/250873/highlight/true#M233793Hope
it helps people.
My learned colleague has scripted this and has it working (for initial
installs and updates) with the attached script. All users are not
admins. Tested and working on Intel and Apple
Silicon.https://gist.github.com/SamStenton/716fb44fae9d59b320a4b921...
Can confirm you can remove the entire section about authenticated
reboot. Users are not admin nor disk owners. Full working example
here;#!/bin/bash# Pulls the current logged in user and their
UIDcurrUser=$(ls -l /dev/console | awk '{print $3}')currU...
That looks very useful and I'll definitely give it a go. Is the
'/usr/bin/fdesetup authrestart -delayminutes -1 -verbose -inputplist'
still required in this case?
Likewise also interested. Has anyone had any success using 'Download and
Install updates' from JAMF Pro work to a Monterey upgrade? I have not at
this time. I am not even seeing the Monterey upgrade enumerated in the
Software Updates section of each ...