Replaced cent8 with el8 for beter support

This commit is contained in:
2020-12-09 13:31:05 +01:00
parent 17821460bb
commit cdf67a0f93
2 changed files with 3 additions and 3 deletions

View File

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