From 522c266ee7b6544e24d0f6fadec7829b9d427866 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 19 Apr 2024 14:12:11 +0100 Subject: [PATCH] refactor: update bunsenlabs to use web_pipe() --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index e915d20..95fc090 100755 --- a/quickget +++ b/quickget @@ -1880,7 +1880,7 @@ function get_bunsenlabs() { local HASH="" local ISO="beryllium-1-amd64.hybrid.iso" local URL="https://ddl.bunsenlabs.org/ddl" - HASH=$(wget -q -O- "${URL}/release.sha256.txt" | head -1 | cut -d' ' -f1) + HASH=$(web_pipe "${URL}/release.sha256.txt" | head -1 | cut_1) echo "${URL}/${ISO} ${HASH}" }