mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
repair NetBSD releases
grep: warning: stray \ before "
This commit is contained in:
parent
50f63f94d8
commit
b4d7c90b89
1 changed files with 1 additions and 1 deletions
2
quickget
2
quickget
|
@ -499,7 +499,7 @@ function releases_netboot() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_netbsd() {
|
function releases_netbsd() {
|
||||||
local NBSD_RELEASES=$(curl -sL http://cdn.netbsd.org/pub/NetBSD/iso/ | grep -o -E '\"[[:digit:]]+\.[[:digit:]]+/\"' |tr -d '"/' |sort -nr )
|
local NBSD_RELEASES=$(curl -sL http://cdn.netbsd.org/pub/NetBSD/iso/ | grep -o -E '"[[:digit:]]+\.[[:digit:]]+/"' |tr -d '"/' |sort -nr )
|
||||||
echo ${NBSD_RELEASES}
|
echo ${NBSD_RELEASES}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue