diff --git a/.github/elemental-iso-add-registration b/.github/elemental-iso-add-registration index 2c90894eb..fc5d8ea0a 100755 --- a/.github/elemental-iso-add-registration +++ b/.github/elemental-iso-add-registration @@ -36,7 +36,7 @@ iso_repack() { case ${ISO_URL} in http*) - wget -O "${TEMPDIR}/iso/${ISO_FILE}" "${ISO_URL}" + curl -Lo "${TEMPDIR}/iso/${ISO_FILE}" "${ISO_URL}" ;; *) # Assume it is a local path