Skip to content

chris1111/Softwareupdate-full-installer

Repository files navigation

Softwareupdate-full-installer

Description Note
Command Line script to download Install macOS From 10.14 to macOS 14

Credit: Apple

Download script ➤ Softwareupdate-full-installer

Screenshot 0

Screenshot 2

Option L = list-full-installers ⬇︎

Screenshot 3

At the end it will be in the Applications

Screenshot 2023-11-28 at 10 25 42 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. Sonoma

echo "Download macOS Sonoma 14.2 
Wait... "
softwareupdate --fetch-full-installer --full-installer-version 14.2
echo " "

Update ⇩

echo "Download macOS Sonoma 14.3
Wait... "
softwareupdate --fetch-full-installer --full-installer-version 14.3
echo " "