Skip to content

Commit 76dea13

Browse files
committed
Update linux-install-manually.md
1 parent 36ae62a commit 76dea13

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

defender-endpoint/linux-install-manually.md

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -89,37 +89,35 @@ In order to preview new features and provide early feedback, it's recommended th
8989
| Rocky 8.7 and higher|[https://packages.microsoft.com/config/rocky/8/prod.repo](https://packages.microsoft.com/config/rocky/8/prod.repo)|
9090
| Rocky 9.2 and higher|[https://packages.microsoft.com/config/rocky/9/prod.repo](https://packages.microsoft.com/config/rocky/9/prod.repo)|
9191

92-
9392
> [!NOTE]
9493
> For your distribution and version, identify the closest entry for it (by major, then minor) under `https://packages.microsoft.com/config/rhel/`.
9594
96-
97-
In the following commands, replace *[version]* and *[channel]* with the information you've identified:
95+
3. In the following commands, replace *[version]* and *[channel]* with the information you've identified:
9896

99-
```bash
100-
sudo yum-config-manager --add-repo=https://packages.microsoft.com/config/rhel/[version]/[channel].repo
101-
```
97+
```bash
98+
sudo yum-config-manager --add-repo=https://packages.microsoft.com/config/rhel/[version]/[channel].repo
99+
```
102100

103-
> [!TIP]
104-
> Use hostnamectl command to identify system related information including release *[version]*.
101+
> [!TIP]
102+
> Use hostnamectl command to identify system related information including release *[version]*.
105103
106-
For example, if you're running CentOS 7 and want to deploy Defender for Endpoint on Linux from the `prod` channel:
104+
For example, if you're running CentOS 7 and want to deploy Defender for Endpoint on Linux from the `prod` channel:
107105

108-
```bash
109-
sudo yum-config-manager --add-repo=https://packages.microsoft.com/config/rhel/7/prod.repo
110-
```
106+
```bash
107+
sudo yum-config-manager --add-repo=https://packages.microsoft.com/config/rhel/7/prod.repo
108+
```
111109

112-
Or if you wish to explore new features on selected devices, you might want to deploy Microsoft Defender for Endpoint on Linux to *insiders-fast* channel:
110+
Or if you wish to explore new features on selected devices, you might want to deploy Microsoft Defender for Endpoint on Linux to *insiders-fast* channel:
113111

114-
```bash
115-
sudo yum-config-manager --add-repo=https://packages.microsoft.com/config/rhel/7/insiders-fast.repo
116-
```
112+
```bash
113+
sudo yum-config-manager --add-repo=https://packages.microsoft.com/config/rhel/7/insiders-fast.repo
114+
```
117115

118-
- Install the Microsoft GPG public key:
116+
4. Install the Microsoft GPG public key:
119117

120-
```bash
121-
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
122-
```
118+
```bash
119+
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
120+
```
123121

124122
### SLES and variants
125123

0 commit comments

Comments
 (0)