Just one release
The pattern gets the iso and the md5 so we have to take just one
This commit is contained in:
parent
0c4e257048
commit
b36b072be3
2
quickget
2
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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue