Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 82f22bfc authored by Dirk-Jan Faber's avatar Dirk-Jan Faber Committed by GitHub
Browse files

fix in curl call

parent 456d5767
Branches
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ You will need the speedtest-cli library installed to use this - [Found Here](htt
2. Make a directory to hold the config.ini file. Navigate to that directory and download the sample config.ini in this repo.
```bash
mkdir speedtest
curl -O https://raw.githubusercontent.com/barrycarey/Speedtest-for-InfluxDB-and-Grafana/master/config.ini speedtest/config.ini
curl -o speedtest/config.ini https://raw.githubusercontent.com/barrycarey/Speedtest-for-InfluxDB-and-Grafana/master/config.ini
cd speedtest
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment