From b54869c03ebfb016042bfb4a718f1ce75bf6138d Mon Sep 17 00:00:00 2001 From: Nikhil Nandagopal Date: Wed, 14 Jul 2021 19:58:49 +0530 Subject: [PATCH] Update install.sh --- deploy/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/install.sh b/deploy/install.sh index dffe2ef953..b5ad9b338a 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -152,7 +152,7 @@ check_os() { ;; red\ hat*) desired_os=1 - os="red hat" + os="rhel" package_manager="yum" ;; centos*)