vx-linux: 5.1.2

This commit is contained in:
zenobit 2023-09-13 21:43:19 +02:00 committed by Martin Wimpress
parent 5bff2110b3
commit c3ae35b1f8

View File

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