Skip to content

Commit

Permalink
Update README + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankk2308 committed May 6, 2018
1 parent 982e43b commit 7d237a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![macOS Support](https://img.shields.io/badge/macOS-10.13.4+-orange.svg?style=for-the-badge) ![Github All Releases](https://img.shields.io/github/downloads/mayankk2308/purge-wrangler/total.svg?style=for-the-badge)
# PurgeWrangler
This script enables external graphics on Thunderbolt 1/2 Macs, which is actively blocked in macOS **10.13.4**.
This script enables native external GPU support on Thunderbolt 1/2 macs - actively blocked in macOS **10.13.4**, and also includes a patch for NVIDIA eGPUs for any mac.

## Requirements
This script requires the following specifications:
Expand All @@ -25,10 +25,10 @@ $ reboot
### Step 2
Boot back into macOS, then copy-paste the following into **Terminal**:
```bash
curl -L -s https://github.com/mayankk2308/purge-wrangler/releases/download/3.0.0/purge-wrangler.sh > purge-wrangler.sh;chmod +x purge-wrangler.sh;./purge-wrangler.sh;rm purge-wrangler.sh
curl -L -s https://github.com/mayankk2308/purge-wrangler/releases/download/3.0.1/purge-wrangler.sh > purge-wrangler.sh;chmod +x purge-wrangler.sh;./purge-wrangler.sh;rm purge-wrangler.sh
```

Note that you may change **3.0.0** to a different valid version in the above command.
Note that you may change **3.0.1** to a different valid version in the above command.

Alternatively, download [purge-wrangler.sh](https://github.com/mayankk2308/purge-wrangler/releases). Then run the following in **Terminal**:
```bash
Expand Down
4 changes: 2 additions & 2 deletions purge-wrangler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# purge-wrangler.sh
# Author(s): Mayank Kumar (mayankk2308, github.com / mac_editor, egpu.io)
# License: Specified in LICENSE.md.
# Version: 3.0.0
# Version: 3.0.1
# Re-designed from the ground up for scalable patches and a user-friendly
# command-line + menu-driven interface.

Expand Down Expand Up @@ -40,7 +40,7 @@ SCRIPT_BIN="/usr/local/bin/purge-wrangler"
SCRIPT_FILE=""

# Script version
SCRIPT_VER="3.0.0"
SCRIPT_VER="3.0.1"

# User input
INPUT=""
Expand Down

0 comments on commit 7d237a1

Please sign in to comment.