mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
fix: remov trailing period from vmlinux releases
This commit is contained in:
parent
5d26df5443
commit
4ce607e681
1 changed files with 1 additions and 1 deletions
2
quickget
2
quickget
|
@ -690,7 +690,7 @@ function editions_void() {
|
|||
}
|
||||
|
||||
function releases_vxlinux() {
|
||||
echo 6.1.2 6.1 5.0 4.2 4.1 4.0.
|
||||
echo 6.1.2 6.1 5.0 4.2 4.1 4.0
|
||||
}
|
||||
|
||||
function releases_windows() {
|
||||
|
|
Loading…
Reference in a new issue