scriptingosx / fetch-installer-pkg

A tool to download the a pkg installer for the Install macOS Big Sur app from Apple's softwareupdate servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A tool to download the a pkg installer for the Install macOS Big Sur app from Apple's softwareupdate servers

License:Other


Languages

Language:Python 100.0%