Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mayankk2308/set-egpu
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankk2308 committed Feb 19, 2019
2 parents dab2d5f + 9518901 commit 8f6e923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Please read [Apple](https://support.apple.com/en-us/HT208544)'s external GPU doc
## Installation
**set-eGPU.sh** auto-manages itself and provides multiple installation and uninstallation options. Once the **pre-requisites** are satisfied, install the script by running the following in **Terminal**:
```bash
curl -s "https://api.github.com/repos/mayankk2308/set-egpu/releases/latest" | grep '"browser_download_url":' | sed -E 's/.*"([^"]+)".*/\1/' | xargs curl -L -s -0 > set-eGPU.sh && chmod +x set-eGPU.sh && ./set-eGPU.sh && rm set-eGPU.sh
curl -q -s "https://api.github.com/repos/mayankk2308/set-egpu/releases/latest" | grep '"browser_download_url":' | sed -E 's/.*"browser_download_url":[ \t]*"([^"]+)".*/\1/' | xargs curl -L -s -0 > set-eGPU.sh && chmod +x set-eGPU.sh && ./set-eGPU.sh && rm set-eGPU.sh
```

For future use, only the following will be required:
Expand Down

0 comments on commit 8f6e923

Please sign in to comment.