Replaced cent8 with el8 for beter support

This commit is contained in:
2020-12-09 13:26:38 +01:00
parent f1cf3f8155
commit fb8b2a5cf4
3 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ elif [[ "${dist}" == *"centos"* ]] && [[ "${dist_ver}" == *"8"* ]]; then
PKGM="dnf"
PKGI="${PKGM} install --setopt=install_weak_deps=False --best -y"
PKGLIST="dnf.pkg.list"
shortdist=cent8
shortdist=el8
else
echo "This OS is not supported"
exit