From 2bc0b1c194f11c92cd963566a518d0c3b1f68959 Mon Sep 17 00:00:00 2001 From: NP <26493612+paasi6666@users.noreply.github.com> Date: Tue, 6 May 2025 09:04:42 +0200 Subject: [PATCH 1/2] Update linux-update-mde-linux.md Fixed typos that makes the cronjob fail. --- defender-endpoint/linux-update-mde-linux.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/defender-endpoint/linux-update-mde-linux.md b/defender-endpoint/linux-update-mde-linux.md index 58dd5b97a0..9898bbb9b3 100644 --- a/defender-endpoint/linux-update-mde-linux.md +++ b/defender-endpoint/linux-update-mde-linux.md @@ -92,19 +92,19 @@ CRON_TZ=America/Los_Angeles > #!RHEL and variants (CentOS and Oracle Linux) > > ```bash -> 0 6 * * sun [ $(date +%d) -le 15 ] && sudo yum update mdatp -y >> ~/mdatp_cron_job.log +> 0 6 * * sun [ $(date +\%d) -le 15 ] && sudo yum update mdatp -y >> ~/mdatp_cron_job.log > ``` > #!SLES and variants > > ```bash -> 0 6 * * sun [ $(date +%d) -le 15 ] && sudo zypper update mdatp >> ~/mdatp_cron_job.log +> 0 6 * * sun [ $(date +\%d) -le 15 ] && sudo zypper update mdatp >> ~/mdatp_cron_job.log > ``` > #!Ubuntu and Debian systems > > ```bash -> 0 6 * * sun [ $(date +%d) -le 15 ] && sudo apt-get install --only-upgrade mdatp >> ~/mdatp_cron_job.log +> 0 6 * * sun [ $(date +\%d) -le 15 ] && sudo apt-get install --only-upgrade mdatp >> ~/mdatp_cron_job.log > ``` > [!NOTE] From e3e0af4e31ee13ef0e52405cc9e82bc2022804d2 Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Mon, 12 May 2025 13:31:18 -0700 Subject: [PATCH 2/2] Update linux-update-mde-linux.md --- defender-endpoint/linux-update-mde-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defender-endpoint/linux-update-mde-linux.md b/defender-endpoint/linux-update-mde-linux.md index 9898bbb9b3..e9191e2104 100644 --- a/defender-endpoint/linux-update-mde-linux.md +++ b/defender-endpoint/linux-update-mde-linux.md @@ -15,7 +15,7 @@ ms.collection: ms.topic: conceptual ms.subservice: linux search.appverid: met150 -ms.date: 01/24/2025 +ms.date: 05/12/2025 --- # Schedule an update for Microsoft Defender for Endpoint on Linux