From 35710af7db5fb82abfa8f6bb30c4783b6eaa849f Mon Sep 17 00:00:00 2001 From: zenobit Date: Wed, 13 Sep 2023 21:43:19 +0200 Subject: [PATCH] vx-linux: 5.1.2 --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index f55b26b186..a74e2450e9 100755 --- a/quickget +++ b/quickget @@ -776,7 +776,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:]]\+'|head -1|cut -d/ -f3 + wget -q https://github.com/VX-Linux/main/releases/latest -O- | grep -o -e 'releases/tag/[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]' | head -1 | cut -d/ -f3 } function releases_windows() {