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}}`