https://github.com/chris1111/softwareupdate-full-installer
Command Line script to download Install macOS
https://github.com/chris1111/softwareupdate-full-installer
apple macos macos-app
Last synced: 30 days ago
JSON representation
Command Line script to download Install macOS
- Host: GitHub
- URL: https://github.com/chris1111/softwareupdate-full-installer
- Owner: chris1111
- License: gpl-3.0
- Created: 2022-05-25T00:43:38.000Z (almost 3 years ago)
- Default Branch: Master
- Last Pushed: 2024-09-19T22:53:54.000Z (8 months ago)
- Last Synced: 2025-03-24T09:04:17.471Z (about 2 months ago)
- Topics: apple, macos, macos-app
- Language: Shell
- Homepage: https://chris1111.github.io/Softwareupdate-full-installer/
- Size: 4.65 MB
- Stars: 37
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Softwareupdate-full-installer
#### Site [Softwareupdate-full-installer](https://chris1111.github.io/Softwareupdate-full-installer/)
Description|Note
:----|:----
Command Line script to download Install macOS |From 10.14 to macOS 15### Credit: [Apple](https://support.apple.com/en-us/HT211683)
### Download script ➤ [Softwareupdate-full-installer ](https://github.com/chris1111/Softwareupdate-full-installer/raw/Master/Softwareupdate-full-installer.command.zip)



#### `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
```bash
echo "Download macOS Sequoia 15.0
Wait... "
softwareupdate --fetch-full-installer --full-installer-version 15.0
echo " "
```
#### Update ⇩
```bash
echo "Download macOS Sequoia 15.1
Wait... "
softwareupdate --fetch-full-installer --full-installer-version 15.1
echo " "
```