Improved cURL commands
This commit is contained in:
parent
566e976f3f
commit
0cac1a3229
2 changed files with 2 additions and 2 deletions
|
@ -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 Speedtest’s repository
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue