refactor: make releases_rockylinux() dynamic

This commit is contained in:
Martin Wimpress 2024-04-28 03:24:46 +01:00 committed by Martin Wimpress
parent 8fb58acd23
commit e66b92565b
1 changed files with 1 additions and 1 deletions

View File

@ -992,7 +992,7 @@ function releases_rebornos() {
}
function releases_rockylinux() {
echo 9.3 9.2 9.1 9.0 8.9 8.8 8.7 8.6 8.5 8.4 8.3
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)
}
function editions_rockylinux() {