Skip to content

Commit 18f98f0

Browse files
committed
Correct indentations, remove unhelpful lightbox
1 parent 0f0732e commit 18f98f0

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

defender-endpoint/linux-install-manually.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,16 @@ Read more [here](https://github.com/microsoft/mdatp-xplat/tree/master/linux/inst
228228
- Install the Microsoft GPG public key:
229229
- For Debian 11 and earlier, run the following command.
230230

231-
```bash
232-
curl -sSL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/microsoft.gpg > /dev/null
233-
```
234-
For Debian 12 and later, run the following command.
231+
```bash
232+
curl -sSL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/microsoft.gpg > /dev/null
233+
```
234+
235+
- For Debian 12 and later, run the following command.
236+
237+
```bash
238+
curl -sSL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | sudo tee /usr/share/keyrings/microsoft-prod.gpg > /dev/null
239+
```
235240

236-
```bash
237-
curl -sSL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | sudo tee /usr/share/keyrings/microsoft-prod.gpg > /dev/null
238-
```
239241
- Install the HTTPS driver if not already installed:
240242

241243
```bash
@@ -379,7 +381,7 @@ Download the onboarding package from Microsoft Defender portal.
379381
2. In the first drop-down menu, select **Linux Server** as the operating system. In the second drop-down menu, select **Local Script** as the deployment method.
380382
3. Select **Download onboarding package**. Save the file as WindowsDefenderATPOnboardingPackage.zip.
381383

382-
:::image type="content" source="media/portal-onboarding-linux.png" alt-text="Downloading an onboarding package in the Microsoft Defender portal" lightbox="media/portal-onboarding-linux.png":::
384+
:::image type="content" source="media/portal-onboarding-linux.png" alt-text="Downloading an onboarding package in the Microsoft Defender portal":::
383385

384386
4. From a command prompt, verify that you have the file, and extract the contents of the archive:
385387

@@ -488,7 +490,7 @@ Download the onboarding package from Microsoft Defender portal.
488490

489491
1. Run an EDR detection test and simulate a detection to verify that the device is properly onboarded and reporting to the service. Perform the following steps on the newly onboarded device:
490492

491-
- Verify that the onboarded Linux server appears in Microsoft Defender XDR. If this is the first onboarding of the machine, it can take up to 20 minutes until it appears.
493+
- Verify that the onboarded Linux server appears in Microsoft Defender XDR. If this is the first onboarding of the machine, it can take up to 20 minutes until it appears.
492494

493495
- Download and extract the [script file](https://aka.ms/MDE-Linux-EDR-DIY) to an onboarded Linux server and run the following command: `./mde_linux_edr_diy.sh`
494496

0 commit comments

Comments
 (0)