chore: make shellcheck happy in releases_parrotsec() (#1296)

This commit is contained in:
Martin Wimpress 2024-06-24 10:15:21 +01:00 committed by GitHub
parent 2c6a050643
commit d60c7baa8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -944,6 +944,7 @@ function releases_oraclelinux() {
}
function releases_parrotsec() {
#shellcheck disable=SC2046,SC2005
echo $(web_pipe "https://download.parrot.sh/parrot/iso/" | grep -o -P '(?<=href=")[0-9].*(?=/")' | sort -nr | head -n +2)
}