apt-key: add adv option (#1221)
This commit is contained in:
@@ -17,3 +17,7 @@
|
|||||||
- Add a remote key to the trusted keystore:
|
- Add a remote key to the trusted keystore:
|
||||||
|
|
||||||
`wget -qO - {{https://host.tld/filename.key}} | apt-key add -`
|
`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}}`
|
||||||
|
Reference in New Issue
Block a user