Skip to content

Commit a8579b9

Browse files
committed
fix: restore rockylinux dynamic releases
The website was changed and the old parse was not cutting it
1 parent 4de41eb commit a8579b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickget

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ function releases_rebornos() {
991991

992992
function releases_rockylinux() {
993993
#shellcheck disable=SC2046,SC2005
994-
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)
994+
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)
995995
}
996996

997997
function editions_rockylinux() {

0 commit comments

Comments
 (0)