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

Screenshot 2024-07-24 at 3 38 44 PM

Screenshot 2024-07-24 at 3 40 00 PM

Screenshot 2024-07-24 at 3 50 34 PM

`Option L’ List (list-full-installers)  

Screenshot 2024-07-24 at 3 40 51 PM

At the end it will be in the Applications

Screenshot 2024-07-24 at 3 43 05 PM

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 " "