Update chmod command in GPG Error Tip

This commit is contained in:
Jared Brogan
2023-02-06 15:23:55 -06:00
committed by GitHub
parent 4c80cbe24d
commit 9ebf533333

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