mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2024-11-13 10:14:03 +01:00
Py2/py3 script that can download macOS components direct from Apple
49e07bcb2f
Also simplify by defining basestring and unicode in Python 3 Python porting best practice [___use feature detection instead of version detection___](https://docs.python.org/3/howto/pyporting.html#use-feature-detection-instead-of-version-detection). Bare exceptions: https://realpython.com/the-most-diabolical-python-antipattern __basestring__ and __unicode__ was removed in Python 3 because all str are Unicode utf-8. |
||
---|---|---|
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