From cb08ce5e5d1a7fde08fdc431ee4684b3baaeb90f Mon Sep 17 00:00:00 2001 From: Nageshbansal <76246968+Nageshbansal@users.noreply.github.com> Date: Sat, 3 May 2025 15:36:16 +0530 Subject: [PATCH] chore: updates os for Docker Engine Installation for redhat (#7809) --- deploy/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/install.sh b/deploy/install.sh index 0aed7d0673..be079e2054 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -93,7 +93,7 @@ check_os() { ;; Red\ Hat*) desired_os=1 - os="red hat" + os="rhel" package_manager="yum" ;; CentOS*)