File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ms.collection:
1515ms.topic : conceptual
1616ms.subservice : linux
1717search.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]
You can’t perform that action at this time.
0 commit comments