Softwareupdate-full-installer
Site Softwareupdate-full-installer
Description | Note |
---|---|
Command Line script to download Install macOS | From 10.14 to macOS 15 |
Credit: Apple
Download script ➤ Softwareupdate-full-installer
`Option L’ List (list-full-installers)
At the end it will be in the Applications
When there will be an update on the Install macOS you simply have to edit the script to always have the latest macOS on all versions available.
E.G. Sequoia
echo "Download macOS Sequoia 15.0
Wait... "
softwareupdate --fetch-full-installer --full-installer-version 15.0
echo " "
Update ⇩
echo "Download macOS Sequoia 15.1
Wait... "
softwareupdate --fetch-full-installer --full-installer-version 15.1
echo " "