chore: make shellcheck happy in releases_parrotsec() (#1296)
This commit is contained in:
parent
2c6a050643
commit
d60c7baa8b
1
quickget
1
quickget
|
@ -944,6 +944,7 @@ function releases_oraclelinux() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_parrotsec() {
|
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)
|
echo $(web_pipe "https://download.parrot.sh/parrot/iso/" | grep -o -P '(?<=href=")[0-9].*(?=/")' | sort -nr | head -n +2)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue