Skip to content

Commit

Permalink
FAQ: use curl to download and import PGP key
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Dec 2, 2020
1 parent 350d678 commit 7b0022e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ https://downloads.raspberrypi.org/raspios_armhf/images/raspios_armhf-2020-05-28/
https://downloads.raspberrypi.org/raspios_armhf/images/raspios_armhf-2020-05-28/2020-05-27-raspios-buster-armhf.zip.sig

* Import PGP pubkey:
`wget https://www.raspberrypi.org/raspberrypi_downloads.gpg.key | gpg --import`
`curl https://www.raspberrypi.org/raspberrypi_downloads.gpg.key | gpg --import`

* Verify the image:
`gpg --verify 2020-05-27-raspios-buster-armhf.zip.sig`
Expand Down

0 comments on commit 7b0022e

Please sign in to comment.