TrueNAS VM: filter out new nightlies with MASTER (#12355)
* filter out new nightlies with MASTER * reversed the quotes
This commit is contained in:
@@ -88,7 +88,7 @@ function truenas_iso_lookup() {
|
|||||||
curl -sL "$BASE_URL" |
|
curl -sL "$BASE_URL" |
|
||||||
grep -oE 'href="[^"]+\.iso"' |
|
grep -oE 'href="[^"]+\.iso"' |
|
||||||
sed 's/href="//; s/"$//' |
|
sed 's/href="//; s/"$//' |
|
||||||
grep -vE '(nightly|ALPHA)' |
|
grep -vE '(MASTER|ALPHA)' |
|
||||||
grep -E "$year_pattern"
|
grep -E "$year_pattern"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user