mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-03 16:15:54 +00:00
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" |
|
||||
grep -oE 'href="[^"]+\.iso"' |
|
||||
sed 's/href="//; s/"$//' |
|
||||
grep -vE '(nightly|ALPHA)' |
|
||||
grep -vE '(MASTER|ALPHA)' |
|
||||
grep -E "$year_pattern"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user