refactor: update zorin to use new web_get()

This commit is contained in:
Martin Wimpress 2024-04-19 22:49:52 +01:00 committed by Martin Wimpress
parent 729729fd6d
commit 2750b9179f
1 changed files with 1 additions and 1 deletions

View File

@ -2980,7 +2980,7 @@ function get_zorin() {
local HASH=""
local ISO=""
local URL=""
URL=$(curl -Lfs "https://zrn.co/${RELEASE}${EDITION}" -w %{url_effective} -o /this/is/a/nonexistent/directory/$RANDOM/$RANDOM)
URL="https://zrn.co/${RELEASE}${EDITION}"
echo "${URL} ${HASH}"
}