mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Cleanup get_zorin()
This commit is contained in:
parent
344c7f93a5
commit
a4080559d6
1 changed files with 0 additions and 1 deletions
1
quickget
1
quickget
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue