mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Make NetBSD releases dynamic
This commit is contained in:
parent
ed91e62042
commit
31d12308dd
1 changed files with 2 additions and 1 deletions
3
quickget
3
quickget
|
@ -527,7 +527,8 @@ function releases_netboot() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_netbsd() {
|
function releases_netbsd() {
|
||||||
echo 9.0 9.1 9.2 9.3
|
local NBSD_RELEASES=$(curl -sL http://cdn.netbsd.org/pub/NetBSD/iso/ | grep -o -E '\"[[:digit:]]+\.[[:digit:]]+/\"' |tr -d '"/' |sort -nr )
|
||||||
|
echo ${NBSD_RELEASES}
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_nixos(){
|
function releases_nixos(){
|
||||||
|
|
Loading…
Reference in a new issue