From 8e5ad375f336b0a59b8bfe9bfb7a70340eceb94c Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 19 Apr 2024 22:12:12 +0100 Subject: [PATCH] refactor: update openindiana to use web_pipe() --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index 1584f65..884d4a7 100755 --- a/quickget +++ b/quickget @@ -2553,7 +2553,7 @@ function get_openindiana(){ local URL="" URL="https://dlc.openindiana.org/isos/hipster/${RELEASE}" ISO="OI-hipster-${EDITION}-${RELEASE}.iso" - HASH=$(wget -q -O- "${URL}/${ISO}.sha256" |cut_1) + HASH=$(web_pipe "${URL}/${ISO}.sha256" |cut_1) echo "${URL}/${ISO} ${HASH}" } function get_opensuse() {