From b36b072be3eb4dd85f29310b28fe67ead95e96e5 Mon Sep 17 00:00:00 2001 From: Phil Clifford Date: Sun, 13 Apr 2025 00:19:27 +0100 Subject: [PATCH] Just one release The pattern gets the iso and the md5 so we have to take just one --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index bb41b84..16b92c1 100755 --- a/quickget +++ b/quickget @@ -924,7 +924,7 @@ function editions_parrotsec() { function releases_pclinuxos() { # shellcheck disable=SC2005 - echo $(web_pipe "https://ftp.fau.de/pclinuxos/pclinuxos/iso" | grep -m 1 -oP 'pclinuxos64-\K[^\-]+-\K[0-9]+\.[0-9]+' ) + echo $(web_pipe "https://ftp.fau.de/pclinuxos/pclinuxos/iso" | grep -oP 'pclinuxos64-\K[^\-]+-\K[0-9]+\.[0-9]+' | head -n 1) } function editions_pclinuxos() {