We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe07a82 commit e3c4b83Copy full SHA for e3c4b83
content/docs/getting-started/installation.md
@@ -53,7 +53,7 @@ $ zenohd
53
Add Eclipse Zenoh public key to apt keyring
54
55
```bash
56
-$ curl -L https://download.eclipse.org/zenoh/debian-repo/zenoh-public-key | sudo tee /etc/apt/keyrings/zenoh-public-key.gpg
+$ curl -L https://download.eclipse.org/zenoh/debian-repo/zenoh-public-key | sudo gpg --dearmor --yes --output /etc/apt/keyrings/zenoh-public-key.gpg
57
```
58
59
Add Eclipse Zenoh private repository to the sources list:
0 commit comments