We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9cb55 commit 8c742c8Copy full SHA for 8c742c8
quickget
@@ -2861,7 +2861,7 @@ function get_rebornos() {
2861
}
2862
2863
function get_rockylinux() {
2864
- if [[ "${RELEASE}" =~ ^8. ]] && [[ "${EDITION}" == "dvd" ]]; then
+ if ( [[ "${RELEASE}" =~ ^8. ]] || [[ "${RELEASE}" =~ ^10. ]] ) && [[ "${EDITION}" == "dvd" ]]; then
2865
EDITION="dvd1"
2866
fi
2867
local HASH=""
0 commit comments