From 11453885cc834e1c0fd52c1f45e84dc498ace68f Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sun, 21 Apr 2024 13:59:52 +0100 Subject: [PATCH] chore: preserve recent changes to get_garuda() --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index 6a8a9a5..036d61c 100755 --- a/quickget +++ b/quickget @@ -1920,7 +1920,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}" }