Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.02 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.02 KB

fetch-installer-pkg

This is a script based on Greg Neagle's installinstallmacos.py.

This script will find the latest macOS Big Sur entry in Apple's software update catalogs and download the "InstallAssistant" pkg which installs the "Install macOS Big Sur" application on your system.

When you run the script it will present you with all the Big Sur Installers it finds in the software update catalog. Choose one by entering the number and it will download the pkg file.

./fetch-installer-pkg.py

Add the --help argument for further options.

I have a post on different strategies to deploy the macOS installer application on my blog.

Credits

Many thanks to Greg Neagle for the original script and lots of advice and Mike Lynn for helping me figure out the software update catalog.