Skip to content

Commit b55477d

Browse files
committed
Fix rockylinux 10.0 dvd
1 parent 8a9cb55 commit b55477d

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)