From efa73e894023c8dbbfd19f91900b53bc666deb51 Mon Sep 17 00:00:00 2001 From: nliefting Date: Wed, 10 Feb 2021 12:35:11 +0100 Subject: [PATCH 1/4] Add small guide to readme + add some changes --- Readme.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 02a808f..2b05a3a 100644 --- a/Readme.md +++ b/Readme.md @@ -1,8 +1,24 @@ -Py2/py3 script that can download macOS components direct from Apple +The gibMacOs is a Python2/3 script that can download macOS components direct from Apple and create installers from it. -Can also now build Internet Recovery USB installers from Windows using [dd](http://www.chrysocome.net/dd) and [7zip](https://www.7-zip.org/download.html). +To run this script simple issue the following command in your terminal: +./gibMacOS.command -Thanks to: +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](http://www.chrysocome.net/dd) and [7zip](https://www.7-zip.org/download.html). + + + +A special thanks goes out to: * FoxletFox for [FetchMacOS](http://www.insanelymac.com/forum/topic/326366-fetchmacos-a-tool-to-download-macos-on-non-mac-platforms/) and outlining the URL setup * munki for his [macadmin-scripts](https://github.com/munki/macadmin-scripts) From 032b5a966acfaedcdf75bf5cc513176a3261aaf1 Mon Sep 17 00:00:00 2001 From: nliefting Date: Wed, 10 Feb 2021 12:41:26 +0100 Subject: [PATCH 2/4] Add small guide to readme + add some changes --- Readme.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 2b05a3a..4a0ffe0 100644 --- a/Readme.md +++ b/Readme.md @@ -1,10 +1,17 @@ -The gibMacOs is a Python2/3 script that can download macOS components direct from Apple and create installers from it. +#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. @@ -13,12 +20,12 @@ https://support.apple.com/en-us/HT201372 -Updates: +##Updates This script can now also build Internet Recovery USB installers from Windows using [dd](http://www.chrysocome.net/dd) and [7zip](https://www.7-zip.org/download.html). -A special thanks goes out to: +##A special thanks goes out to: * FoxletFox for [FetchMacOS](http://www.insanelymac.com/forum/topic/326366-fetchmacos-a-tool-to-download-macos-on-non-mac-platforms/) and outlining the URL setup * munki for his [macadmin-scripts](https://github.com/munki/macadmin-scripts) From eac4970147eee424a5d4d0e9b8bfa4c65040fcd0 Mon Sep 17 00:00:00 2001 From: nliefting Date: Wed, 10 Feb 2021 12:42:08 +0100 Subject: [PATCH 3/4] Add small guide to readme + add some changes --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4a0ffe0..02fcb11 100644 --- a/Readme.md +++ b/Readme.md @@ -21,7 +21,7 @@ https://support.apple.com/en-us/HT201372 ##Updates -This script can now also build Internet Recovery USB installers from Windows using [dd](http://www.chrysocome.net/dd) and [7zip](https://www.7-zip.org/download.html). +- This script can now also build Internet Recovery USB installers from Windows using [dd](http://www.chrysocome.net/dd) and [7zip](https://www.7-zip.org/download.html). From da74134fe26a23e329131fda3246c4701604260a Mon Sep 17 00:00:00 2001 From: nliefting Date: Wed, 10 Feb 2021 12:48:36 +0100 Subject: [PATCH 4/4] Fix header --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 02fcb11..c3ca26a 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ -#gibmacOS scripts +# gibmacOS scripts -##Guide +## 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: @@ -20,12 +20,12 @@ https://support.apple.com/en-us/HT201372 -##Updates +## Updates - This script can now also build Internet Recovery USB installers from Windows using [dd](http://www.chrysocome.net/dd) and [7zip](https://www.7-zip.org/download.html). -##A special thanks goes out to: +## A special thanks goes out to: * FoxletFox for [FetchMacOS](http://www.insanelymac.com/forum/topic/326366-fetchmacos-a-tool-to-download-macos-on-non-mac-platforms/) and outlining the URL setup * munki for his [macadmin-scripts](https://github.com/munki/macadmin-scripts)