1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 11:35:26 +02:00

apt-key: add adv option (#1221)

This commit is contained in:
MarloweW 2017-01-03 17:40:24 +08:00 committed by Waldir Pimenta
parent ddf43daa4c
commit 13cbf55d4d

View file

@ -17,3 +17,7 @@
- Add a remote key to the trusted keystore:
`wget -qO - {{https://host.tld/filename.key}} | apt-key add -`
- Add a key from keyserver with only key id:
`apt-key adv --keyserver {{pgp.mit.edu}} --recv {{KEYID}}`