From 727c853461003c2a02225bbfb5c96957b6849145 Mon Sep 17 00:00:00 2001 From: Phil Clifford Date: Sun, 25 Jan 2026 14:15:06 +0000 Subject: [PATCH] fix: adjust rockylinux 10.0 dvd Fix rockylinux 10.0 dvd iso naming Signed-off-by: Phil Clifford --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index 6ab184a..349c7a0 100755 --- a/quickget +++ b/quickget @@ -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=""