From d60c7baa8b47d3e27e094228fd16771c0cedca28 Mon Sep 17 00:00:00 2001 From: Martin Wimpress <304639+flexiondotorg@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:15:21 +0100 Subject: [PATCH] chore: make shellcheck happy in releases_parrotsec() (#1296) --- quickget | 1 + 1 file changed, 1 insertion(+) diff --git a/quickget b/quickget index 9d8fbad..fc38c2a 100755 --- a/quickget +++ b/quickget @@ -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) }