Support High Sierra

Restructured the code; it's still gross, but it works :P
This commit is contained in:
Buster Collings
2017-11-06 13:17:45 -06:00
parent d9cbe136c0
commit 3236d592f5
2 changed files with 85 additions and 32 deletions

View File

@@ -1,12 +1,13 @@
# OSX-ISO
Create a bootable ISO of OS X / macOS, from the installation app file.
> Create a bootable ISO of OS X / macOS, from the installation app file.
## Prerequisites
The appropriate installation file(s) must be located in `/Applications` i.e.
```
/Applications/Install macOS High Sierra.app
/Applications/Install macOS Sierra.app
/Applications/Install OS X El Capitan.app
/Applications/Install OS X Yosemite.app
@@ -24,14 +25,14 @@ $ bpkg install busterc/osx-iso
## Usage
```sh
$ osxiso <Sierra|"El Capitan"|Yosemite|Mavericks>
$ osxiso <"High Sierra"|Sierra|"El Capitan"|Yosemite|Mavericks>
```
## License
ISC License (ISC)
Copyright &copy; 2015, Buster Collings
Copyright &copy; 2015-2017, Buster Collings
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.