From 4c0d9551f40611df1ca1ea26829a8b1785e05555 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=""