![]() ![]() | ![]() |
version 1.28, 2024/07/30 18:26:49 | version 1.29, 2024/07/31 03:39:20 |
---|---|
Line 373 if ($dist =~ /^debian(\d+)$/) { | Line 373 if ($dist =~ /^debian(\d+)$/) { |
if ($1 >= 22) { | if ($1 >= 22) { |
$needs_inputrc_check = 1; | $needs_inputrc_check = 1; |
} | } |
} elsif ($dist =~ /^(?:rhes|oracle|alma|rocky|centos-stream)(\d+)$/) { | } elsif ($dist =~ /^(?:rhes|oracle|alma|rocky|centos)(\d+)(?:|\-stream)$/) { |
if ($1 >= 9) { | if ($1 >= 9) { |
$needs_inputrc_check = 1; | $needs_inputrc_check = 1; |
} | } |