Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notthebee/macos_usb
A script that creates a bootable macOS installer on Linux and macOS
https://github.com/notthebee/macos_usb
Last synced: 5 days ago
JSON representation
A script that creates a bootable macOS installer on Linux and macOS
- Host: GitHub
- URL: https://github.com/notthebee/macos_usb
- Owner: notthebee
- Created: 2019-08-04T09:10:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T19:16:22.000Z (over 2 years ago)
- Last Synced: 2024-12-05T18:09:37.745Z (17 days ago)
- Language: Shell
- Homepage:
- Size: 105 KB
- Stars: 328
- Watchers: 15
- Forks: 35
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🍏 macOS USB Creator
![Flash drive](pic.jpg)
A script that automates creation of a bootable macOS installer on Linux and macOS.
* Uses **gibMacOS** by corpnewt: https://github.com/corpnewt/gibMacOS
* Inspired by https://github.com/myspaghetti/macos-guest-virtualbox
* Uses only open-source software and downloads unmodified Apple binaries, without closed-source additions or fishy ISO images
* Largely based on this tutorial: https://internet-install.gitbook.io/macos-internet-install/preparing-your-installer### Dependencies
* p7zip
* python
* bash
* git### Usage
```
git clone https://github.com/notthebee/macos_usb
cd macos_usb && bash macos_usb.sh
```