Just one release

The pattern gets the iso and the md5 so we have to take just one
This commit is contained in:
Phil Clifford 2025-04-13 00:19:27 +01:00
parent 0c4e257048
commit b36b072be3
No known key found for this signature in database
GPG Key ID: 3B0A3BA167A07F7D
1 changed files with 1 additions and 1 deletions

View File

@ -924,7 +924,7 @@ function editions_parrotsec() {
function releases_pclinuxos() {
# shellcheck disable=SC2005
echo $(web_pipe "https://ftp.fau.de/pclinuxos/pclinuxos/iso" | grep -m 1 -oP 'pclinuxos64-\K[^\-]+-\K[0-9]+\.[0-9]+' )
echo $(web_pipe "https://ftp.fau.de/pclinuxos/pclinuxos/iso" | grep -oP 'pclinuxos64-\K[^\-]+-\K[0-9]+\.[0-9]+' | head -n 1)
}
function editions_pclinuxos() {