Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion defender-endpoint/linux-install-manually.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,17 @@ In order to preview new features and provide early feedback, it's recommended th
curl -sSL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/microsoft.gpg > /dev/null
```

- For Debian 12/Ubuntu 24.04 and later, run the following command.
- For Debian 12, Ubuntu 24.04 and Ubuntu 25.04, run the following command.

```bash
curl -sSL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | sudo tee /usr/share/keyrings/microsoft-prod.gpg > /dev/null
```

- For Debian 13/Ubuntu 25.10 and later, run the following command.

```bash
curl -sSL https://packages.microsoft.com/keys/microsoft-2025.asc | gpg --dearmor | sudo tee /usr/share/keyrings/microsoft-prod.gpg > /dev/null
```

7. Install the HTTPS driver if not already installed:

Expand Down