From 38b1e8560f6714dd24209ca040ff9bb47a589b6e Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Thu, 26 Nov 2020 15:13:11 +0100 Subject: [PATCH] Enabled Debian 10 for validation and testing --- Scripts/SMI.sh | 2 -- installer.sh | 2 -- 2 files changed, 4 deletions(-) diff --git a/Scripts/SMI.sh b/Scripts/SMI.sh index 66c7450..089a40b 100644 --- a/Scripts/SMI.sh +++ b/Scripts/SMI.sh @@ -45,8 +45,6 @@ elif [[ "${dist}" == *"debian"* ]] && [[ "${dist_ver}" == *"10"* ]]; then PKGI="${PKGM} install -y --no-install-recommends" PKGLIST="apt" shortdist=deb10 - echo "This OS is not supported" - exit elif [[ "${dist}" == *"centos"* ]] && [[ "${dist_ver}" == *"8"* ]]; then echo "Centos 8 Detected" PKGM="dnf" diff --git a/installer.sh b/installer.sh index de864fb..6d4f7f4 100644 --- a/installer.sh +++ b/installer.sh @@ -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"