Browse Source

Update README and bump version to 0.0.10

Since I'm about to release this version, update the README to mention
that I've tested it against beta 2 but not beta 1, but that the changes
in this release are not expected to cause problems with beta 1.
pull/14/head v0.0.10
Barry K. Nathan 5 years ago
parent
commit
cb0ab98111
  1. 4
      README.md
  2. 2
      micropatcher.sh
  3. 2
      unpatch.sh

4
README.md

@ -1,4 +1,4 @@
# big-sur-micropatcher (Version 0.0.10pre)
# big-sur-micropatcher (Version 0.0.10)
A primitive USB patcher for installing macOS Big Sur on unsupported Macs
(Note that [ParrotGeek has a Big Sur patcher](https://parrotgeek.com/bigsur/) now; it is an alternative that you should consider.)
@ -10,7 +10,7 @@ Thanks to ASentientBot and jackluke for their hard work to get Big Sur running o
This documentation is bare-bones at the moment, but hopefully it's better than nothing. Remember that you *do this at your own risk*, you could easily lose your data, expect bugs and crashes, Big Sur is still under development (as is this patcher), etc.
This release of the patcher has been tested against Big Sur developer beta 1 (20A4299v) and developer beta 2 (20A4300b).
This release of the patcher has been tested against Big Sur developer beta 2 (20A4300b). However, none of the changes in this release are expected to cause problems with developer beta 1 (20A4299v). The last release of this patcher to be tested with developer beta 1 was v0.0.9.
Quick instructions for use:

2
micropatcher.sh

@ -1,5 +1,5 @@
#!/bin/bash
VERSIONNUM="0.0.10pre"
VERSIONNUM="0.0.10"
VERSION="BarryKN Big Sur Micropatcher v$VERSIONNUM"
echo $VERSION

2
unpatch.sh

@ -1,5 +1,5 @@
#!/bin/bash
VERSIONNUM="0.0.10pre"
VERSIONNUM="0.0.10"
VERSION="BarryKN Big Sur Micropatcher Unpatcher v$VERSIONNUM"
echo $VERSION

Loading…
Cancel
Save