Skip to content

Commit a572b03

Browse files
Update linux-deploy-defender-for-endpoint-with-chef.md
1 parent 32b543c commit a572b03

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,9 @@ 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-
```
128124
129125
> [!NOTE]
130-
> 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:
126+
> The installer script also supports other parameters such as channel, realtime protection, version, custom path installation etc. To select from the list of available options, check help through the following command:
131127
>```./mde_installer.sh --help```
132128
133129
### Create a cookbook by manually configuring repositories

0 commit comments

Comments
 (0)