Skip to content
Snippets Groups Projects
Unverified Commit be297460 authored by Christian González's avatar Christian González Committed by GitHub
Browse files

install curl first

it's not installed in ubuntu by default.
parent 2ae7260b
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