From a8ab086ca0820a8ceb7403d9eb0dae3183da007c Mon Sep 17 00:00:00 2001 From: LogicalNiko Date: Thu, 17 Mar 2022 21:05:47 -0500 Subject: [PATCH 1/2] Centos 6 Scaled Version MDE Installer Added Centos 6 support for MDE (https://packages.microsoft.com/config/rhel/6/) --- linux/installation/mde_installer.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linux/installation/mde_installer.sh b/linux/installation/mde_installer.sh index 78fa43c..a622509 100755 --- a/linux/installation/mde_installer.sh +++ b/linux/installation/mde_installer.sh @@ -670,8 +670,11 @@ remove_mdatp() scale_version_id() { ### We dont have pmc repos for rhel versions > 7.4. Generalizing all the 7* repos to 7 and 8* repos to 8 + ### Support for CentOS 6 added https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/linux-whatsnew?view=o365-worldwide#1014513-30121082145130 if [ "$DISTRO_FAMILY" == "fedora" ]; then - if [[ $VERSION == 7* ]] || [ "$DISTRO" == "amzn" ]; then + if [[ $VERSION == 6* ]] && [ "$DISTRO" == "centos" ]; then + SCALED_VERSION=6 + elif [[ $VERSION == 7* ]] || [ "$DISTRO" == "amzn" ]; then SCALED_VERSION=7 elif [[ $VERSION == 8* ]] || [ "$DISTRO" == "fedora" ]; then SCALED_VERSION=8 From 001c28c8103812cca44f6d9883e47b5613161cbf Mon Sep 17 00:00:00 2001 From: LogicalNiko Date: Thu, 17 Mar 2022 21:15:46 -0500 Subject: [PATCH 2/2] Update Version Incrementing version to 0.5.5 --- linux/installation/mde_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/installation/mde_installer.sh b/linux/installation/mde_installer.sh index a622509..e3e078a 100755 --- a/linux/installation/mde_installer.sh +++ b/linux/installation/mde_installer.sh @@ -12,7 +12,7 @@ # #============================================================================ -SCRIPT_VERSION="0.5.4" +SCRIPT_VERSION="0.5.5" ASSUMEYES= CHANNEL=insiders-fast DISTRO=