Fixed oopsie

This commit is contained in:
2020-12-02 12:47:34 +01:00
parent 3137fd17a4
commit 5e1f7a4803

View File

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