From f305eef538aedfe570d93fde7206a09bb4fc2b7a Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 4 Nov 2020 15:22:58 +0100 Subject: [PATCH] Fixed oopsie --- Install-JMS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-JMS.sh b/Install-JMS.sh index bea2020..a0da6a9 100644 --- a/Install-JMS.sh +++ b/Install-JMS.sh @@ -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