From 005f3375cd1dc3daedf94b696a7580b818453289 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sat, 20 Apr 2024 10:40:07 +0100 Subject: [PATCH] refactor: update vxlinux to use web_pipe() --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index 96385a8..7caa291 100755 --- a/quickget +++ b/quickget @@ -1368,7 +1368,7 @@ function editions_void() { } function releases_vxlinux() { - wget -q https://github.com/VX-Linux/main/releases/latest -O- | grep -o -e 'releases/tag/[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]' | head -1 | cut -d/ -f3 + web_pipe "https://github.com/VX-Linux/main/releases/latest" | grep -o -e 'releases/tag/[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]' | head -n 1 | cut -d'/' -f 3 } function releases_windows() {