projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c750c0e
)
Fix/update OS names
master
github/master
author
Devrim Gunduz
<devrim@gunduz.org>
Thu, 4 Dec 2025 12:07:17 +0000
(15:07 +0300)
committer
Devrim Gunduz
<devrim@gunduz.org>
Thu, 4 Dec 2025 12:07:17 +0000
(15:07 +0300)
templates/downloads/js/yum.js
patch
|
blob
|
blame
|
history
diff --git
a/templates/downloads/js/yum.js
b/templates/downloads/js/yum.js
index 1ff54aed2537e817df4b216d5cc5971c16a5c5c3..484334bf0ad05abb86e899be0304b44fa4be9bf7 100644
(file)
--- a/
templates/downloads/js/yum.js
+++ b/
templates/downloads/js/yum.js
@@
-10,7
+10,7
@@
function get_platform_name(plat, ver) {
if (parseFloat(ver) <= 7)
return "Red Hat Enterprise, CentOS, Scientific or Oracle";
else
- return "Red Hat Enterprise
, Rocky, AlmaLinux or Oracle
";
+ return "Red Hat Enterprise
Linux, Rocky Linux, AlmaLinux or Oracle Linux
";
}
else if (plat == 'F')
return "Fedora";