Browse Source

Update 'README.md'

master
onryo 2 years ago
parent
commit
097d0baacf
  1. 4
      README.md

4
README.md

@ -21,12 +21,12 @@ Download the latest image and its hash from [arm-files.devuan.org](https://arm-f
```
curl https://arm-files.devuan.org/RaspberryPi%20Latest%20Builds/rpi-4-devuan-<choose-the-latest>.zip --output devuan.zip
curl https://arm-files.devuan.org/RaspberryPi%20Latest%20Builds/rpi-4-devuan-<choose-the-latest>.zip.sha256sum --output devuan.zip.sha256sum
curl https://arm-files.devuan.org/RaspberryPi%20Latest%20Builds/rpi-4-devuan-<choose-the-latest>.zip.sha256sum --output sha256sum
```
Verify the integrity of the file by comparing the hash value.
```
cat devuan.zip.sha256
cat sha256sum
sha256sum devuan.zip
unzip devuan.zip
```

Loading…
Cancel
Save