Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 2 years ago)
- Default Branch: Master
- Last Pushed: 2024-07-24T21:38:39.000Z (7 months ago)
- Last Synced: 2024-07-25T22:53:38.594Z (6 months ago)
- Topics: apple, macos, macos-app
- Language: Shell
- Homepage: https://chris1111.github.io/Softwareupdate-full-installer/
- Size: 4.64 MB
- Stars: 25
- Watchers: 6
- Forks: 4
- 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)
![Screenshot 2024-07-24 at 3 38 44 PM](https://github.com/user-attachments/assets/0644c937-8bea-475b-8a30-dcdf46ca07a5)
![Screenshot 2024-07-24 at 3 40 00 PM](https://github.com/user-attachments/assets/bf13dc61-9581-48cd-be64-8da3326072d9)
![Screenshot 2024-07-24 at 3 50 34 PM](https://github.com/user-attachments/assets/90f03d31-87f6-4269-ac0e-a035d48bfedc)
#### `Option L' List (list-full-installers)
![Screenshot 2024-07-24 at 3 40 51 PM](https://github.com/user-attachments/assets/ad03883f-dbdf-4591-ba70-0e71a3bb0a5a)
#### At the end it will be in the Applications
![Screenshot 2024-07-24 at 3 43 05 PM](https://github.com/user-attachments/assets/9fbafcfe-a12c-48c6-ab63-379028faae7e)
#### 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 " "
```