From ca6951d1fe543311e759a6790d90c32433d1ef54 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Sat, 20 Jul 2024 12:20:51 +0200 Subject: [PATCH] Added md5 verification --- scripts/image/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/image/setup.sh b/scripts/image/setup.sh index 62ac719..f286355 100644 --- a/scripts/image/setup.sh +++ b/scripts/image/setup.sh @@ -173,7 +173,7 @@ case "$operation_system" in esac if [ -z "$image_checksum" ]; then - for ext in sha1 sha512; do + for ext in sha1 sha512 md5; do sha_download_url="$download_url.$ext" info "Image Checksum is not defined. Try to download image signature from $sha_download_url." if wget -q --method=HEAD "$sha_download_url"; then