Py2/py3 script that can download macOS components direct from Apple
Find a file
2021-02-10 12:41:26 +01:00
Scripts Fix UAC elevation issues with space in path 2020-12-29 12:03:55 -06:00
.gitignore Update .gitignore 2018-12-07 13:34:31 -06:00
BuildmacOSInstallApp.command Add patches for InstallInfo.plist 2019-10-07 15:29:01 -05:00
gibMacOS.bat Update gibMacOS.bat 2020-12-29 05:19:49 -06:00
gibMacOS.command Fix gzipped results 2020-10-01 15:33:38 -04:00
LICENSE Initial commit 2018-09-25 23:16:01 -05:00
MakeInstall.bat Update MakeInstall.bat 2020-12-29 05:19:32 -06:00
MakeInstall.py Update MakeInstall.py 2020-10-05 13:23:26 -05:00
Readme.md Add small guide to readme + add some changes 2021-02-10 12:41:26 +01:00

#gibmacOS scripts

##Guide The gibmacOS is a Python2/3 script that can download macOS components direct from Apple and create installers from it.

To run this script simple issue the following command in your terminal:

./gibMacOS.command

This will give you a prompt to select the macOS version you wish to download. After downloading the correct version we can create an installer with:

./BuildmacOSInstallApp.command

Add the download folder as outputed by the first step. An installer will be added to your folder.

You can now create bootable media for your version. For reference check out the official Apple documentation: https://support.apple.com/en-us/HT201372

##Updates This script can now also build Internet Recovery USB installers from Windows using dd and 7zip.

##A special thanks goes out to: