Update 'MySQL-ModInst.sh'

This commit is contained in:
b.waal
2020-10-02 11:15:45 +02:00
parent 741d994525
commit 88d5c35df6

View File

@@ -48,7 +48,7 @@ elif [[ "${dist}" == *"centos"* ]] && [[ "${dist_ver}" == *"8"* ]]; then
PKGLIST="dnf.pkg.list" PKGLIST="dnf.pkg.list"
shortdist=cent8 shortdist=cent8
else else
echo "This os in not supported" echo "This OS is not supported"
exit exit
fi fi