Skip to content
Snippets Groups Projects
Unverified Commit 0d73c531 authored by fireice-uk's avatar fireice-uk Committed by GitHub
Browse files

Merge pull request #730 from nerdoc/patch-1

install curl first
parents f503bd41 be297460
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ For automatic deployments, please use the steps above to obtain config.txt and u
```
#!/bin/bash
sudo apt install curl
curl -O `curl -s https://api.github.com/repos/fireice-uk/xmr-stak/releases/latest | grep -o 'browser_download_url.*xmr-stak-portbin-linux.tar.gz' | sed 's/.*"//'`
curl -O http://path.to/your/config.txt
tar xzf xmr-stak-portbin-linux.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment