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 c750c0e commit e3906faCopy full SHA for e3906fa
templates/downloads/js/yum.js
@@ -10,7 +10,7 @@ function get_platform_name(plat, ver) {
10
if (parseFloat(ver) <= 7)
11
return "Red Hat Enterprise, CentOS, Scientific or Oracle";
12
else
13
- return "Red Hat Enterprise, Rocky, AlmaLinux or Oracle";
+ return "Red Hat Enterprise Linux, Rocky Linux, AlmaLinux or Oracle Linux";
14
}
15
else if (plat == 'F')
16
return "Fedora";
0 commit comments