diff --git a/quickget b/quickget index 635c121..71cdad0 100755 --- a/quickget +++ b/quickget @@ -2266,10 +2266,9 @@ function get_haiku() { } function get_holoiso() { - #local HASH="" - local URL - URL=$(wget -q -O- "https://api.github.com/repos/HoloISO/releases/releases" | jq ".[] | select(.tag_name==\"${RELEASE}\") | .body" | grep -Po "https://\S+holoiso.ru.eu.org/\S+.iso" | head -n 1) - echo "${URL}" + local HASH="" + local URL=$(web_pipe "https://api.github.com/repos/HoloISO/releases/releases" | jq ".[] | select(.tag_name==\"${RELEASE}\") | .body" | grep -Po "https://\S+holoiso.ru.eu.org/\S+.iso" | head -n 1) + echo "${URL} ${HASH}" } function get_kali() {