Cleanup get_zorin()

This commit is contained in:
Martin Wimpress 2022-02-21 10:13:11 +00:00
parent 344c7f93a5
commit a4080559d6
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
1 changed files with 0 additions and 1 deletions

View File

@ -1108,7 +1108,6 @@ function get_zorin() {
validate_release "releases_zorin"
# Parse out the iso URL from the redirector
URL=$(wget -q -S -O- --max-redirect=0 "https://zrn.co/${RELEASE}" 2>&1 | grep Location | cut -d' ' -f4)
#ISO=$(echo "${URL}" | awk -F\/ ' {print $NF}')
ISO="${URL##*/}"
web_get "${URL}" "${VM_PATH}"
make_vm_config "${ISO}"