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:
15
15
ms.topic : conceptual
16
16
ms.subservice : linux
17
17
search.appverid : met150
18
- ms.date : 01/24 /2025
18
+ ms.date : 05/12 /2025
19
19
---
20
20
21
21
# Schedule an update for Microsoft Defender for Endpoint on Linux
@@ -92,19 +92,19 @@ CRON_TZ=America/Los_Angeles
92
92
> #!RHEL and variants (CentOS and Oracle Linux)
93
93
>
94
94
> ``` 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
96
96
> ` ` `
97
97
98
98
> # !SLES and variants
99
99
>
100
100
> ` ` ` 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
102
102
> ` ` `
103
103
104
104
> # !Ubuntu and Debian systems
105
105
>
106
106
> ` ` ` 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
108
108
> ` ` `
109
109
110
110
> [! NOTE]
You can’t perform that action at this time.
0 commit comments