This commit is contained in:
hiCasper 2022-12-10 01:52:57 +08:00
parent a758fc2264
commit 2c7536a138
1 changed files with 1 additions and 1 deletions

View File

@ -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