Skip to content

Commit 4c0d955

Browse files
committed
fix: adjust rockylinux 10.0 dvd
Fix rockylinux 10.0 dvd iso naming Signed-off-by: Phil Clifford <philip.clifford@gmail.com>
1 parent 8a9cb55 commit 4c0d955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickget

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2861,7 +2861,7 @@ function get_rebornos() {
28612861
}
28622862

28632863
function get_rockylinux() {
2864-
if [[ "${RELEASE}" =~ ^8. ]] && [[ "${EDITION}" == "dvd" ]]; then
2864+
if ( [[ "${RELEASE}" =~ ^8. ]] || [[ "${RELEASE}" =~ ^10. ]] ) && [[ "${EDITION}" == "dvd" ]]; then
28652865
EDITION="dvd1"
28662866
fi
28672867
local HASH=""

0 commit comments

Comments
 (0)