mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
vx-linux: 5.1.2
This commit is contained in:
parent
5bff2110b3
commit
c3ae35b1f8
1 changed files with 1 additions and 1 deletions
2
quickget
2
quickget
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue