From 9ebf533333d65656dce0ff15d4b566cd3fbc4bcf Mon Sep 17 00:00:00 2001 From: Jared Brogan <42228088+jaredbrogan@users.noreply.github.com> Date: Mon, 6 Feb 2023 15:23:55 -0600 Subject: [PATCH] Update chmod command in GPG Error Tip --- engine/install/ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/install/ubuntu.md b/engine/install/ubuntu.md index 8c563d3cac..00db1b861d 100644 --- a/engine/install/ubuntu.md +++ b/engine/install/ubuntu.md @@ -123,7 +123,7 @@ Docker from the repository. > public key file before updating the package index: > > ```console - > $ sudo chmod a+r /etc/apt/keyrings/docker.gpg + > $ sudo chmod -R a+rx /etc/apt/keyrings > $ sudo apt-get update > ```