Fixed parrotsec urls

This commit is contained in:
Lorenzo 2025-05-05 11:01:57 +02:00 committed by Martin Wimpress
parent 0d61c0643e
commit 2129abf060
1 changed files with 1 additions and 1 deletions

View File

@ -915,7 +915,7 @@ function releases_oraclelinux() {
function releases_parrotsec() {
#shellcheck disable=SC2046,SC2005
echo $(web_pipe "https://download.parrot.sh/parrot/iso/" | grep -o -E 'href="([[:digit:]]+\.)+[[:digit:]]+/' | sort -nr | head -n 3 | cut -d\" -f 2 | cut -d'/' -f 1)
echo $(web_pipe "https://deb.parrot.sh/parrot/iso/" | grep -o -E 'href="([[:digit:]]+\.)+[[:digit:]]+/' | sort -nr | head -n 3 | cut -d\" -f 2 | cut -d'/' -f 1)
}
function editions_parrotsec() {