Skip to content

Commit 6b79e7d

Browse files
author
Vipul
authored
Don't use sudo with apt-key fingerprint command
We don't need to use `sudo` to list trusted key with fingerprints using apt-key list/fingerprint command.
1 parent 1afc58e commit 6b79e7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/install/debian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ from the repository.
9999
last 8 characters of the fingerprint.
100100
101101
```bash
102-
$ sudo apt-key fingerprint 0EBFCD88
102+
$ apt-key fingerprint 0EBFCD88
103103
104104
pub 4096R/0EBFCD88 2017-02-22
105105
Key fingerprint = 9DC8 5822 9FC7 DD38 854A E2D8 8D81 803C 0EBF CD88

0 commit comments

Comments
 (0)