parent
efb71ecdcb
commit
9ee7db9915
2
quickget
2
quickget
|
|
@ -918,7 +918,7 @@ function editions_parrotsec() {
|
|||
|
||||
function releases_pclinuxos() {
|
||||
# shellcheck disable=SC2046
|
||||
echo $(web_pipe "https://ftp.fau.de/pclinuxos/pclinuxos/iso" | grep -oP 'pclinuxos64-\K[^\-]+-\K[0-9]+\.[0-9]+' | head -n 1)
|
||||
echo $(web_pipe "https://ftp.fau.de/pclinuxos/pclinuxos/iso" | grep -o -E 'pclinuxos64-([a-z]+-)+[0-9]{4}\.[0-9]{2}\.iso'| grep -o -E '[0-9]{4}\.[0-9]{2}'| head -n 1)
|
||||
}
|
||||
|
||||
function editions_pclinuxos() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue