mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-22 16:53:56 +00:00
Improved cURL commands
This commit is contained in:
parent
566e976f3f
commit
0cac1a3229
@ -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
|
||||
|
@ -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 Jitsi’s repository
|
||||
|
Loading…
x
Reference in New Issue
Block a user