07-28-2021 01:07 PM - edited 07-28-2021 01:09 PM
Anyone been able to grab the security update package for 11.5.1 both arm and intel.
Otherwise what is the package name look like when you run a softwareupdate -l then I can build a script to check if peoples machines are seeing it.
Posted on 07-28-2021 01:35 PM
Here you go: http://swcdn.apple.com/content/downloads/01/60/071-72781-A_CZ1D1FENMH/a09fvud3xxgih7qyau9a7lhtspho36...
Mr. Macintosh's web site tracks all of the Big Sur Install Assistant packages: https://mrmacintosh.com/macos-big-sur-full-installer-database-download-directly-from-apple/
I found the post in https://community.jamf.com/t5/jamf-pro/anyone-have-a-swcdn-url-for-11-5-1-installassistant-pkg/td-p/...
Posted on 07-29-2021 10:34 AM
There are no standalone Security Updates packages for Big Sur. Either you use the full "Install MacOS Big Sur" installer app, or you update via Software Update.
Posted on 08-02-2021 08:51 AM
I've written a script that pulls down the exact installer from Apple directly, downloads it to the Applications folder, installs it, and then moves it to the trash bin. Yes it's a bit excessive but it has worked so far, in my environment I don't have any M1 Macs yet. Below is the script:
sudo softwareupdate --fetch-full-installer --full-installer-version 11.5.1
There's probably an easier method but this is what I've tested so far and know it works.