Enabled Debian 10 for validation and testing

This commit is contained in:
2020-11-26 15:13:11 +01:00
parent 4c25b3456f
commit 38b1e8560f
2 changed files with 0 additions and 4 deletions

View File

@@ -53,8 +53,6 @@ elif [[ "${dist}" == *"debian"* ]] && [[ "${dist_ver}" == *"10"* ]]; then
PKGI="${PKGM} install -y --no-install-recommends"
PKGLIST="apt"
shortdist=deb10
echo "This os in not supported"
exit
elif [[ "${dist}" == *"centos"* ]] && [[ "${dist_ver}" == *"8"* ]]; then
echo "Centos 8 Detected"
PKGM="dnf"