Improved cURL commands

This commit is contained in:
Sun Knudsen 2021-12-03 17:48:44 -05:00
parent 566e976f3f
commit 0cac1a3229
No known key found for this signature in database
GPG key ID: 1FA767862BBD1305
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ apt install -y apt-transport-https curl gnupg2
### Step 4: import [Speedtest](https://www.speedtest.net/)s PGP public key
```shell
curl -L https://packagecloud.io/ookla/speedtest-cli/gpgkey | gpg --dearmor > /usr/share/keyrings/speedtest-cli.gpg
curl -fsSL https://packagecloud.io/ookla/speedtest-cli/gpgkey | gpg --dearmor > /usr/share/keyrings/speedtest-cli.gpg
```
### Step 5: enable Speedtests repository