mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2024-11-10 09:49:42 +01:00
Py2/py3 script that can download macOS components direct from Apple
64f98e0c63
Python 3.9 compat: Python 3.9 removed the use_builtin_types parameter used in Scripts/plist.py |
||
---|---|---|
Scripts | ||
.gitignore | ||
BuildmacOSInstallApp.command | ||
gibMacOS.bat | ||
gibMacOS.command | ||
LICENSE | ||
MakeInstall.bat | ||
MakeInstall.py | ||
Readme.md |
Py2/py3 script that can download macOS components direct from Apple
Can also now build Internet Recovery USB installers from Windows using dd and 7zip.
Thanks to:
- FoxletFox for FetchMacOS and outlining the URL setup
- munki for his macadmin-scripts
- timsutton for brigadier
- wolfmannight for manOSDownloader_rc off which BuildmacOSInstallApp.command is based