fix: adjust rockylinux 10.0 dvd

Fix rockylinux 10.0 dvd iso naming

Signed-off-by: Phil Clifford <philip.clifford@gmail.com>
This commit is contained in:
Phil Clifford 2026-01-25 14:15:06 +00:00 committed by Martin Wimpress
parent 8a9cb55934
commit 727c853461
1 changed files with 1 additions and 1 deletions

View File

@ -2861,7 +2861,7 @@ function get_rebornos() {
}
function get_rockylinux() {
if [[ "${RELEASE}" =~ ^8. ]] && [[ "${EDITION}" == "dvd" ]]; then
if ( [[ "${RELEASE}" =~ ^8. ]] || [[ "${RELEASE}" =~ ^10. ]] ) && [[ "${EDITION}" == "dvd" ]]; then
EDITION="dvd1"
fi
local HASH=""