Remove test stub

This commit is contained in:
Martin Wimpress 2021-10-21 01:46:41 +01:00
parent e06c6119ec
commit d4e099edb0
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3

View File

@ -582,7 +582,6 @@ function get_freebsd() {
validate_release "releases_freebsd"
ISO="FreeBSD-${RELEASE}-RELEASE-amd64-dvd1.iso"
HASH=$(wget -q -O- "https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/${RELEASE}/CHECKSUM.SHA512-FreeBSD-${RELEASE}-RELEASE-amd64" | grep '('"${ISO}"')' | cut -d' ' -f4)
echo "${HASH}"
URL="https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/${RELEASE}/${ISO}"
web_get "${URL}" "${VM_PATH}"
check_hash "${ISO}" "${HASH}"