Skip to content

Commit b5f5908

Browse files
Merge pull request #3736 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/defender-docs (branch public)
2 parents 5180c8c + 46ee160 commit b5f5908

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

defender-endpoint/linux-update-mde-linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.collection:
1515
ms.topic: conceptual
1616
ms.subservice: linux
1717
search.appverid: met150
18-
ms.date: 01/24/2025
18+
ms.date: 05/12/2025
1919
---
2020

2121
# Schedule an update for Microsoft Defender for Endpoint on Linux
@@ -92,19 +92,19 @@ CRON_TZ=America/Los_Angeles
9292
> #!RHEL and variants (CentOS and Oracle Linux)
9393
>
9494
> ```bash
95-
> 0 6 * * sun [ $(date +%d) -le 15 ] && sudo yum update mdatp -y >> ~/mdatp_cron_job.log
95+
> 0 6 * * sun [ $(date +\%d) -le 15 ] && sudo yum update mdatp -y >> ~/mdatp_cron_job.log
9696
> ```
9797
9898
> #!SLES and variants
9999
>
100100
> ```bash
101-
> 0 6 * * sun [ $(date +%d) -le 15 ] && sudo zypper update mdatp >> ~/mdatp_cron_job.log
101+
> 0 6 * * sun [ $(date +\%d) -le 15 ] && sudo zypper update mdatp >> ~/mdatp_cron_job.log
102102
> ```
103103
104104
> #!Ubuntu and Debian systems
105105
>
106106
> ```bash
107-
> 0 6 * * sun [ $(date +%d) -le 15 ] && sudo apt-get install --only-upgrade mdatp >> ~/mdatp_cron_job.log
107+
> 0 6 * * sun [ $(date +\%d) -le 15 ] && sudo apt-get install --only-upgrade mdatp >> ~/mdatp_cron_job.log
108108
> ```
109109
110110
> [!NOTE]

0 commit comments

Comments
 (0)