From 097d0baacf812c6bdd1ce458b7723250c8aa1130 Mon Sep 17 00:00:00 2001 From: onryo Date: Thu, 16 Jun 2022 22:58:47 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9575c5..f715204 100644 --- a/README.md +++ b/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-.zip --output devuan.zip -curl https://arm-files.devuan.org/RaspberryPi%20Latest%20Builds/rpi-4-devuan-.zip.sha256sum --output devuan.zip.sha256sum +curl https://arm-files.devuan.org/RaspberryPi%20Latest%20Builds/rpi-4-devuan-.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 ```