fix: restore rockylinux dynamic releases

The website was changed and the old parse was not cutting it
This commit is contained in:
Phil Clifford 2025-09-18 17:47:18 +01:00
parent 4de41eb836
commit a8579b94f8
No known key found for this signature in database
GPG Key ID: 3B0A3BA167A07F7D
1 changed files with 1 additions and 1 deletions

View File

@ -991,7 +991,7 @@ function releases_rebornos() {
function releases_rockylinux() {
#shellcheck disable=SC2046,SC2005
echo $(web_pipe "http://dl.rockylinux.org/vault/rocky/" | grep "^<a href" | grep -v full | grep -v RC | grep -v ISO | cut -d'"' -f2 | tr -d / | sort -ru)
echo $(web_pipe "http://dl.rockylinux.org/vault/rocky/" | grep "class=\"link" | grep -v -e 'full' -e 'RC' -e 'ISO' -e 'Parent' | cut -d'"' -f4 | tr -d / | sort -ru)
}
function editions_rockylinux() {