mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +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:
parent
03028a9a9b
commit
981e62d53d
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue