Skip to content

Commit b807ef4

Browse files
efxMisty Stanley-Jones
authored andcommitted
need sudo to access key cache (#1931)
* need sudo to access key cache
1 parent 44b9e54 commit b807ef4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

engine/installation/linux/debian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Docker from the repository.
9292
Verify that the key ID is `58118E89F3A912897C070ADBF76221572C52609D`.
9393
9494
```bash
95-
$ apt-key fingerprint 58118E89F3A912897C070ADBF76221572C52609D
95+
$ sudo apt-key fingerprint 58118E89F3A912897C070ADBF76221572C52609D
9696
9797
pub 4096R/2C52609D 2015-07-14
9898
Key fingerprint = 5811 8E89 F3A9 1289 7C07 0ADB F762 2157 2C52 609D

engine/installation/linux/ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Docker from the repository.
8080
Verify that the key ID is `58118E89F3A912897C070ADBF76221572C52609D`.
8181
8282
```bash
83-
$ apt-key fingerprint 58118E89F3A912897C070ADBF76221572C52609D
83+
$ sudo apt-key fingerprint 58118E89F3A912897C070ADBF76221572C52609D
8484
8585
pub 4096R/2C52609D 2015-07-14
8686
Key fingerprint = 5811 8E89 F3A9 1289 7C07 0ADB F762 2157 2C52 609D

0 commit comments

Comments
 (0)