5 Commits

Author SHA1 Message Date
Buster Collings
50ce5ae0f3 4.0.0 2018-09-26 15:15:48 -05:00
Buster Collings
be08c30937 Remove bpkg install instructions
I <3'd bpkg but it's a pretty stale project; so, I'm removing it
as a suggested installer.
2018-09-26 15:13:29 -05:00
Buster Collings
1702928982 Add Mojave
yup
2018-09-26 15:12:06 -05:00
Buster Collings
a5fbdabf89 Add Mojave
- added to v2 installable apps list
2018-09-26 15:09:41 -05:00
Buster Collings
59d063bfd0 🍺 Add Homebrew tap installation instructions
if you don't have homebrew installed, you prolly should; cheers.
2017-12-14 15:14:09 -06:00
3 changed files with 11 additions and 7 deletions

View File

@@ -7,6 +7,7 @@
The appropriate installation app file(s) must be located in `/Applications` i.e.
```
/Applications/Install macOS Mojave.app
/Applications/Install macOS High Sierra.app
/Applications/Install macOS Sierra.app
/Applications/Install OS X El Capitan.app
@@ -16,10 +17,11 @@ The appropriate installation app file(s) must be located in `/Applications` i.e.
Mac users can download theses files from the App Store.
## Install with [bpkg](https://github.com/bpkg/bpkg)
## Install with [Homebrew](https://brew.sh)
```sh
$ bpkg install busterc/osx-iso -g
$ brew tap busterc/tap
$ brew install osx-iso
```
## Usage
@@ -27,8 +29,9 @@ $ bpkg install busterc/osx-iso -g
```sh
$ osxiso
1) macOS High Sierra 3) OS X El Capitan 5) OS X Mavericks
2) macOS Sierra 4) OS X Yosemite 6) Quit
1) macOS Mojave 4) OS X El Capitan 7) Quit
2) macOS High Sierra 5) OS X Yosemite
3) macOS Sierra 6) OS X Mavericks
Select OS or Quit:
```
@@ -37,7 +40,7 @@ Select OS or Quit:
ISC License (ISC)
Copyright &copy; 2015-2017, Buster Collings
Copyright &copy; 2015-2018, 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.

3
osxiso
View File

@@ -9,8 +9,9 @@ Select OS or Quit: "
build_mount="/Volumes/install_build"
app_mount="/Volumes/install_app"
apps_v1="|macOS Sierra|OS X El Capitan|OS X Yosemite|OS X Mavericks|"
apps_v2="|macOS High Sierra|"
apps_v2="|macOS High Sierra|macOS Mojave|"
apps=(
"macOS Mojave"
"macOS High Sierra"
"macOS Sierra"
"OS X El Capitan"

View File

@@ -1,6 +1,6 @@
{
"name": "osxiso",
"version": "3.0.0",
"version": "4.0.0",
"description": "Create a bootable ISO of OS X / macOS, from the installation app file.",
"global": "1",
"install": "install -c osxiso ${PREFIX:-/usr/local}/bin",