Skip to content

Commit 87fc610

Browse files
committed
Update linux-installer-script.md
1 parent dfaab68 commit 87fc610

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

defender-endpoint/linux-installer-script.md

Lines changed: 5 additions & 5 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: 02/07/2025
18+
ms.date: 02/10/2025
1919
---
2020

2121
# Use the installer script to deploy Microsoft Defender for Endpoint on Linux
@@ -153,20 +153,20 @@ Before you get started, see [Microsoft Defender for Endpoint on Linux](microsoft
153153
```bash
154154
mdatp config real-time-protection --value enabled
155155
```
156-
2. Open a Terminal window and execute the following command to run a detection test:
156+
1. Open a Terminal window and execute the following command to run a detection test:
157157

158158
```bash
159159
curl -o /tmp/eicar.com.txt https://secure.eicar.org/eicar.com.txt
160160
```
161161

162-
3. You can run more detection tests on zip files using either of the following commands:
162+
1. You can run more detection tests on zip files using either of the following commands:
163163

164164
```bash
165165
curl -o /tmp/eicar_com.zip https://secure.eicar.org/eicar_com.zip
166166
curl -o /tmp/eicarcom2.zip https://secure.eicar.org/eicarcom2.zip
167167
```
168-
169-
The files should be quarantined by Defender for Endpoint on Linux. Use the following command to list all the detected threats:
168+
169+
1. The files should be quarantined by Defender for Endpoint on Linux. Use the following command to list all the detected threats:
170170

171171
```bash
172172
mdatp threat list

0 commit comments

Comments
 (0)