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 committed by Phil Clifford
parent a56a43342d
commit 8a9cb55934
1 changed files with 1 additions and 1 deletions

View File

@ -1199,7 +1199,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() {