mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
add verify sig link that is on the faq to the readme (#2305)
This commit is contained in:
parent
b58c63fbf2
commit
829cbb3ebd
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -111,12 +111,17 @@ There are two ways how you can install the RaspiBlitz software on your Raspberry
|
||||||
|Difficulty level|Easy|Medium|
|
|Difficulty level|Easy|Medium|
|
||||||
|Pros|Make Blitz accessible to everyone|You don't need to trust us, build from your own forked repository|
|
|Pros|Make Blitz accessible to everyone|You don't need to trust us, build from your own forked repository|
|
||||||
|Cons|You have to trust the mantainer image binaries|You need to read the build_sdcard.sh parameters in order for the customization to suit your needs|
|
|Cons|You have to trust the mantainer image binaries|You need to read the build_sdcard.sh parameters in order for the customization to suit your needs|
|
||||||
|Instructions|[Download image](https://raspiblitz.fulmo.org/images/raspiblitz-v1.7.0-2021-04-25.img.gz) and [Flash the sd card](https://github.com/rootzoll/raspiblitz/tree/master#write-the-sd-card-image-to-your-sd-card)|[Build your own sd card image](#build-the-sd-card-image)|
|
|Instructions|[Download image](https://raspiblitz.fulmo.org/images/raspiblitz-v1.7.0-2021-04-25.img.gz) and [Flash the sd card](README.md#write-the-sd-card-image-to-your-sd-card)|[Build your own sd card image](#build-the-sd-card-image)|
|
||||||
|Verify what?|SHA-256 (below) and/or [Signature](https://raspiblitz.fulmo.org/images/raspiblitz-v1.7.0-2021-04-25.img.gz.sig)|All of the code, don't trust, verify|
|
|Verify what?|[Signature file](https://raspiblitz.fulmo.org/images/raspiblitz-v1.7.0-2021-04-25.img.gz.sig) and [verify the Sig](FAQ.md#how-to-verify-the-sd-card-image-after-download) OR SHA-256 (below)|All of the code, don't trust, verify|
|
||||||
|
|
||||||
If downloading the mantainer sd card image, the shasum is:
|
If downloading the mantainer sd card image:
|
||||||
|
* GPG 64-bit: 1C73 060C 7C17 6461
|
||||||
* SHA-256: e6d70ac1662af3e90e57bee8c50e9a7925239431892e1916c2be80e519befc3f
|
* SHA-256: e6d70ac1662af3e90e57bee8c50e9a7925239431892e1916c2be80e519befc3f
|
||||||
|
|
||||||
|
Which verification method should I used: Hash or Signature?
|
||||||
|
* Signed file prove to you that the SD card image was actually built by the lead developer of the RaspiBlitz project. (Safest)
|
||||||
|
* Hash function checks file integrity. (Secure)
|
||||||
|
|
||||||
The mantainer sd card image can also be downloaded via torrent:
|
The mantainer sd card image can also be downloaded via torrent:
|
||||||
* [assets/raspiblitz-v1.7.0-2021-04-25.img.gz.torrent](https://github.com/rootzoll/raspiblitz/raw/v1.7/home.admin/assets/raspiblitz-v1.7.0-2021-04-25.img.gz.torrent)
|
* [assets/raspiblitz-v1.7.0-2021-04-25.img.gz.torrent](https://github.com/rootzoll/raspiblitz/raw/v1.7/home.admin/assets/raspiblitz-v1.7.0-2021-04-25.img.gz.torrent)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue