diff --git a/defender-endpoint/linux-install-manually.md b/defender-endpoint/linux-install-manually.md index f62bb65e85..b090be2d4c 100644 --- a/defender-endpoint/linux-install-manually.md +++ b/defender-endpoint/linux-install-manually.md @@ -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: