Skip to content

Commit 40be6ce

Browse files
authored
Merge pull request #16674 from jaredbrogan/patch-1
Update chmod command in GPG Error Tip
2 parents aff9aba + 9ebf533 commit 40be6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/install/ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Docker from the repository.
123123
> public key file before updating the package index:
124124
>
125125
> ```console
126-
> $ sudo chmod a+r /etc/apt/keyrings/docker.gpg
126+
> $ sudo chmod -R a+rx /etc/apt/keyrings
127127
> $ sudo apt-get update
128128
> ```
129129

0 commit comments

Comments
 (0)