Update 'mysql-8.0.sh'

This commit is contained in:
2020-09-18 12:17:37 +00:00
parent c38827e2d2
commit 42c78b1412

View File

@@ -32,7 +32,7 @@ elif [[ "${dist}" == *"debian"* ]] && [[ "${dist_ver}" == *"10"* ]]; then
elif [[ "${dist}" == *"centos"* ]] && [[ "${dist_ver}" == *"8"* ]]; then
echo "Centos 8 Detected"
PKGM="dnf"
shortdist=cent10
shortdist=cent8
else
echo "This os in not supported"
fi