From 1823596facb18a372e816944241effff1b5b100b Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 19 Apr 2024 22:09:26 +0100 Subject: [PATCH] refactor: update mxlinux to use web_pipe() --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index 6563f68..88599c4 100755 --- a/quickget +++ b/quickget @@ -2498,7 +2498,7 @@ function get_mxlinux() { KDE) ISO="MX-${RELEASE}_KDE_x64.iso";; Fluxbox) ISO="MX-${RELEASE}_fluxbox_x64.iso";; esac - HASH=$(wget -q -O- "${URL}/${ISO}.sha256" | cut_1) + HASH=$(web_pipe "${URL}/${ISO}.sha256" | cut_1) echo "${URL}/${ISO} ${HASH}" }