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:
parent
ddf43daa4c
commit
13cbf55d4d
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue