Fixed oopsie

This commit is contained in:
2020-11-04 15:22:58 +01:00
parent 8e3f128075
commit f305eef538

View File

@@ -19,7 +19,7 @@ if [[ "${dist}" == *"debian"* ]] && [[ "${dist_ver}" == *"10"* ]]; then
PKGLIST="apt"
shortdist=deb10
elif [[ "${dist}" == *"ubuntu"* ]] && [[ "${dist_ver}" == *"18.04"* ]]; then
PKGM="$APTMODE"
PKGM="apt"
PKGI="${PKGM} install -y --no-install-recommends"
PKGLIST="apt"
shortdist=ubu1804