From e3906fa326fd2e9a6bf7df39a8fbc17d7da81379 Mon Sep 17 00:00:00 2001 From: Devrim Gunduz Date: Thu, 4 Dec 2025 15:07:17 +0300 Subject: [PATCH] Fix/update OS names --- templates/downloads/js/yum.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/downloads/js/yum.js b/templates/downloads/js/yum.js index 1ff54aed..484334bf 100644 --- 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"; -- 2.39.5