Merge pull request #16674 from jaredbrogan/patch-1

Update chmod command in GPG Error Tip
This commit is contained in:
David Karlsson 2023-04-08 12:40:05 +02:00 committed by GitHub
commit 40be6cef18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
> ```