pacify shellcheck

This commit is contained in:
Phil Clifford 2025-04-12 23:05:06 +01:00 committed by GitHub
parent 602fa2414c
commit 8796642f8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

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