From b0ae53dd58eaf6f012ed99a7227ef2ad47226044 Mon Sep 17 00:00:00 2001 From: Basit Chonka Date: Mon, 20 Oct 2025 13:12:12 +0200 Subject: [PATCH] add rhel check --- packages/download-url/src/linux-distro.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/download-url/src/linux-distro.ts b/packages/download-url/src/linux-distro.ts index 2b3b18ec..c55edde8 100644 --- a/packages/download-url/src/linux-distro.ts +++ b/packages/download-url/src/linux-distro.ts @@ -131,6 +131,7 @@ function listDistroIds({ } case 'centos': return [{ value: 'rhel' + version + '0', priority: 100 }]; + case 'rhel': case 'redhatenterprise': case 'redhatenterpriseserver': { // Since releases made in Aug 2024, the server uses 'rhel8' instead of 'rhel8x'