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

View File

@ -59,7 +59,7 @@ apt install -y apt-transport-https curl gnupg lsb-release nginx-full
### Step 6: import [Jitsi](https://jitsi.org/)s PGP public key
```shell
curl -L https://download.jitsi.org/jitsi-key.gpg.key | gpg --dearmor > /usr/share/keyrings/jitsi.gpg
curl -fsSL https://download.jitsi.org/jitsi-key.gpg.key | gpg --dearmor > /usr/share/keyrings/jitsi.gpg
```
### Step 7: enable Jitsis repository