Skip to content

Commit 66dbcee

Browse files
committed
Update linux-deploy-defender-for-endpoint-with-chef.md
1 parent d25e5b3 commit 66dbcee

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To use another method, see [See also](#see-also) the section.
3838

3939
## Prerequisites
4040

41-
For a description of prerequisites and system requirements, see [Microsoft Defender for Endpoint on Linux](/defender-endpoint/microsoft-defender-endpoint-linux).
41+
Before you get started, see [Prerequisites for Defender for Endpoint on Linux](mde-linux-prerequisites.md) for a description of prerequisites and system requirements.
4242

4343
## Download the onboarding package
4444

@@ -52,8 +52,6 @@ For a description of prerequisites and system requirements, see [Microsoft Defen
5252

5353
4. Extract the contents of the archive using the following command:
5454

55-
Command:
56-
5755
```
5856
unzip WindowsDefenderATPOnboardingPackage.zip
5957
```
@@ -83,9 +81,7 @@ mkdir mdatp/files
8381

8482
Copy `mdatp_onboard.json` to the `/tmp` folder.
8583

86-
On the Chef Workstation, navigate to the **mdatp/recipes** folder, which is automatically created when the cookbook is generated. Use your preferred text editor (like vi or nano) to add the following instructions to the end of the **default.rb** file then save and close the file:
87-
88-
- include_recipe '::install_mdatp'
84+
On the Chef Workstation, navigate to the **mdatp/recipes** folder, which is automatically created when the cookbook is generated. Use your preferred text editor (like vi or nano) to add the following instructions to the end of the **default.rb** file, and then save and close the file: `include_recipe '::install_mdatp'`.
8985

9086
## Create a cookbook
9187

0 commit comments

Comments
 (0)