Fix typo
This commit is contained in:
parent
a758fc2264
commit
2c7536a138
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue