refactor: update vxlinux to use web_pipe()

This commit is contained in:
Martin Wimpress 2024-04-20 10:40:07 +01:00 committed by Martin Wimpress
parent f8ddb4cef3
commit 005f3375cd
1 changed files with 1 additions and 1 deletions

View File

@ -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() {