fix: always process redirections for zorin .iso images
This commit is contained in:
parent
7f3d15f298
commit
a69a28ed4f
5
quickget
5
quickget
|
@ -1158,7 +1158,7 @@ function releases_zorin() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function editions_zorin() {
|
function editions_zorin() {
|
||||||
echo core64 lite64 education64 edulite64
|
echo core64 lite64 education64
|
||||||
}
|
}
|
||||||
|
|
||||||
function check_hash() {
|
function check_hash() {
|
||||||
|
@ -2612,7 +2612,8 @@ function get_zorin() {
|
||||||
local HASH=""
|
local HASH=""
|
||||||
local ISO=""
|
local ISO=""
|
||||||
local URL=""
|
local URL=""
|
||||||
URL="https://zrn.co/${RELEASE}${EDITION}"
|
# Process the URL redirections; required for Zorin
|
||||||
|
URL=$(web_redirect "https://zrn.co/${RELEASE}${EDITION}")
|
||||||
echo "${URL} ${HASH}"
|
echo "${URL} ${HASH}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue