Skip to content

Commit 2c366a6

Browse files
authored
Simplify installation command for Defender on Linux
Removed redundant '--install' flag from installation command.
1 parent bbb8a36 commit 2c366a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defender-endpoint/linux-install-with-defender-deployment-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ To preview new features and provide early feedback, it's recommended that you co
225225
1. Install Microsoft Defender for Endpoint on Linux using the production channel.
226226

227227
```bash
228-
sudo ./defender_deployment_tool.sh --install --channel prod
228+
sudo ./defender_deployment_tool.sh --channel prod
229229
```
230230

231231
## Related content

0 commit comments

Comments
 (0)