We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
apt.key
1 parent 4b5381c commit 45ee5ccCopy full SHA for 45ee5cc
tests/operations/apt.key/add_url.json
@@ -1,6 +1,6 @@
1
{
2
"args": ["http://mykey"],
3
"commands": [
4
- "apt-key adv --fetch-keys http://mykey"
+ "wget -O- http://mykey | apt-key add -"
5
]
6
}
0 commit comments