From 18343040a8a6198e601c95fb473daa300c5d2317 Mon Sep 17 00:00:00 2001 From: spalak287 Date: Wed, 19 Nov 2025 15:15:16 +0530 Subject: [PATCH] Updated Microsoft gpg public key for Debian13/Ubuntu 25.10 Updated installation instructions for Debian and Ubuntu versions. --- defender-endpoint/linux-install-manually.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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: