Note: You are currently viewing my old web site. There is a new version with most of this content at OJB.NZ.
The new site is being updated, uses modern techniques, has higher quality media, and has a mobile-friendly version.
This old site will stay on-line for a while, but maybe not indefinitely. Please update your bookmarks. Thanks.


[Index] [Menu] [Up] Title[Header]
Tips

(Up to OJB's Mac Tips List Page)


Downloading Installers from Terminal

Downloading Installers for Mac OS from Terminal

To download the latest macOS installer available for your Mac from the Terminal use the following command:

softwareupdate --fetch-full-installer

You can also download specific installer versions by using the following command, replacing the text VERSION with version number in the form 00.00.0:

softwareupdate --fetch-full-installer --full-installer-version VERSION

For example, to get macOS 11.3.1 use this:

softwareupdate --fetch-full-installer --full-installer-version 11.3.1


[Up]

[Contact][Server Blog][AntiMS Apple][Served on Mac]