From 6b79e7dd849a9ec02220eaf51bb7e937f3cf98ab Mon Sep 17 00:00:00 2001 From: Vipul Date: Fri, 8 May 2020 17:05:14 +0000 Subject: [PATCH] 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. --- engine/install/debian.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/install/debian.md b/engine/install/debian.md index 30cff461fa2f..65a79645c5b3 100644 --- a/engine/install/debian.md +++ b/engine/install/debian.md @@ -99,7 +99,7 @@ from the repository. last 8 characters of the fingerprint. ```bash - $ sudo apt-key fingerprint 0EBFCD88 + $ apt-key fingerprint 0EBFCD88 pub 4096R/0EBFCD88 2017-02-22 Key fingerprint = 9DC8 5822 9FC7 DD38 854A E2D8 8D81 803C 0EBF CD88