fix checksum check for Slackware

This commit is contained in:
Lanius 2022-02-20 00:49:35 +01:00
parent 4c8e2e7e3e
commit 89a0ec622c

View File

@ -1262,7 +1262,8 @@ function get_slackware() {
fi
ISO="slackware${arch}-${RELEASE}-install-dvd.iso"
HASH=$(wget -q -O- "${URL}.md5")
HASH=$(wget -q -O- "${URL}.md5" | cut -d' ' -f1)
web_get "${URL}" "${VM_PATH}"
check_hash "${ISO}" "${HASH}"