Skip to content

Commit bd14b68

Browse files
Update linux-deploy-defender-for-endpoint-with-chef.md
1 parent 27bf69f commit bd14b68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

defender-endpoint/linux-deploy-defender-for-endpoint-with-chef.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ A cookbook can be created through any of the following methods:
121121
EOS
122122
end
123123
```
124+
- For installation at a custom location, provide the custom installation path - <custom_path>, as a parameter to the installer script
125+
```bash
126+
#{mde_installer} --install --onboard #{onboarding_json} --install-path #{custom_path}
127+
```
124128
125129
> [!NOTE]
126130
> The installer script also supports other parameters such as channel, realtime protection, version, etc. To select from the list of available options, check help through the following command:

0 commit comments

Comments
 (0)