From 2c7536a138b3bfde60ffc1b4a4e22bf37eb292fa Mon Sep 17 00:00:00 2001 From: hiCasper Date: Sat, 10 Dec 2022 01:52:57 +0800 Subject: [PATCH] Fix typo --- scripts/install/rhel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/rhel.sh b/scripts/install/rhel.sh index 5db293b1f..28fd3bca2 100644 --- a/scripts/install/rhel.sh +++ b/scripts/install/rhel.sh @@ -27,7 +27,7 @@ if [ $VERSION_ID -ge 8 ];then dnf install -y epel-release fi if [ $VERSION_ID -ge 9 ];then - REPOS='--enablerepo=appstream,baseos,epel,extras,cbr' + REPOS='--enablerepo=appstream,baseos,epel,extras,crb' else REPOS='--enablerepo=appstream,baseos,epel,extras,powertools' fi