diff --git a/quickget b/quickget index cf002fe..ab91588 100755 --- a/quickget +++ b/quickget @@ -2189,7 +2189,7 @@ function get_garuda() { local ISO="" local URL="https://iso.builds.garudalinux.org/iso/latest/garuda" ISO=${EDITION}/latest.iso - HASH="$(wget -q -O- "${URL}/${ISO}.sha256" | cut_1)" + HASH="$(web_pipe "${URL}/${ISO}.sha256" | cut_1)" echo "${URL}/${ISO} ${HASH}" }