We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de41eb commit a8579b9Copy full SHA for a8579b9
quickget
@@ -991,7 +991,7 @@ function releases_rebornos() {
991
992
function releases_rockylinux() {
993
#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)
+ 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)
995
}
996
997
function editions_rockylinux() {
0 commit comments