Browse Source

apt-key: add adv option (#1221)

MarloweW 8 years ago
parent
commit
13cbf55d4d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/linux/apt-key.md

+ 4 - 0
pages/linux/apt-key.md

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