Skip to content

Commit 5547ff2

Browse files
Merge branch 'main' into docs-editor/schedule-antivirus-scans-1745951460
2 parents 7eef716 + 0323202 commit 5547ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defender-endpoint/linux-install-manually.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,13 @@ In order to preview new features and provide early feedback, it's recommended th
205205

206206
6. Install the Microsoft GPG public key:
207207

208-
- For Debian 11 and earlier, run the following command.
208+
- For Debian 11/Ubuntu 22.04 and earlier, run the following command.
209209

210210
```bash
211211
curl -sSL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/microsoft.gpg > /dev/null
212212
```
213213

214-
- For Debian 12 and later, run the following command.
214+
- For Debian 12/Ubuntu 24.04 and later, run the following command.
215215

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

0 commit comments

Comments
 (0)