Skip to content

Commit

Permalink
Version 245 (beta) and 246
Browse files Browse the repository at this point in the history
edited `--help` message
  • Loading branch information
pook authored and pook committed Mar 3, 2018
1 parent 06846ad commit 0b44385
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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"

Expand All @@ -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(){
Expand Down
4 changes: 2 additions & 2 deletions 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"

Expand All @@ -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(){
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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`.

Expand Down

0 comments on commit 0b44385

Please sign in to comment.