From 7fb1400c7edcf2ae6612599f5952353cd90d7ee8 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sat, 20 Apr 2024 10:18:42 +0100 Subject: [PATCH] refactor: update holoiso to use web_pipe() --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index 4df0c0a..0c76832 100755 --- a/quickget +++ b/quickget @@ -1037,7 +1037,7 @@ function editions_haiku() { } function releases_holoiso() { - wget -q https://github.com/HoloISO/releases/releases/latest -O- | grep -o -e 'releases/tag/[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]' | head -1 | cut -d/ -f3 + web_pipe "https://github.com/HoloISO/releases/releases/latest" | grep -o -e 'releases/tag/[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]' | head -n 1 | cut -d'/' -f 3 } function releases_kali() {