diff --git a/NightPatch-beta.sh b/NightPatch-beta.sh index c164ff6..0cd035b 100755 --- a/NightPatch-beta.sh +++ b/NightPatch-beta.sh @@ -1,7 +1,7 @@ #!/bin/sh # NightPatch -TOOL_VERSION=243 +TOOL_VERSION=245 TOOL_BUILD=beta CATALOG_URL="https://swscan.apple.com/content/catalogs/others/index-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog.gz" @@ -20,7 +20,7 @@ function showHelpMessage(){ echo "--do-not-patch don't patch macOS" echo "--skipCheckSystem Skip checking system (macOS version, SIP)" echo "--skipCheckHW Skip checking hardware" - echo "--use-local-cache use local cache" + echo "--use-local-cache use local cache" } function setDefaultSettings(){ diff --git a/NightPatch.sh b/NightPatch.sh index bac41f1..cc5d962 100755 --- a/NightPatch.sh +++ b/NightPatch.sh @@ -1,7 +1,7 @@ #!/bin/sh # NightPatch -TOOL_VERSION=244 +TOOL_VERSION=246 TOOL_BUILD=stable CATALOG_URL="https://swscan.apple.com/content/catalogs/others/index-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog.gz" @@ -20,7 +20,7 @@ function showHelpMessage(){ echo "--do-not-patch don't patch macOS" echo "--skipCheckSystem Skip checking system (macOS version, SIP)" echo "--skipCheckHW Skip checking hardware" - echo "--use-local-cache use local cache" + echo "--use-local-cache use local cache" } function setDefaultSettings(){ diff --git a/README.md b/README.md index 5e5cf69..c46b1e8 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ Enter this command on Terminal **without $**. `$ cd /tmp; curl -s -o NightPatch.zip https://codeload.github.com/pookjw/NightPatch/zip/master; unzip -o -qq NightPatch.zip; cd NightPatch-master; chmod +x NightPatch.sh; sudo ./NightPatch-beta.sh` -- [Stable](https://github.com/pookjw/NightPatch/blob/master/NightPatch.sh) : Version 244 +- [Stable](https://github.com/pookjw/NightPatch/blob/master/NightPatch.sh) : Version 246 -- [Beta](https://github.com/pookjw/NightPatch/blob/master/NightPatch-beta.sh) : Version 243 +- [Beta](https://github.com/pookjw/NightPatch/blob/master/NightPatch-beta.sh) : Version 245 If you want to revert using backup, use `--revert`. Also using macOS combo Update is `--fix`.