@@ -89,37 +89,35 @@ In order to preview new features and provide early feedback, it's recommended th
89
89
| Rocky 8.7 and higher| [ https://packages.microsoft.com/config/rocky/8/prod.repo ] ( https://packages.microsoft.com/config/rocky/8/prod.repo ) |
90
90
| Rocky 9.2 and higher| [ https://packages.microsoft.com/config/rocky/9/prod.repo ] ( https://packages.microsoft.com/config/rocky/9/prod.repo ) |
91
91
92
-
93
92
> [ !NOTE]
94
93
> For your distribution and version, identify the closest entry for it (by major, then minor) under ` https://packages.microsoft.com/config/rhel/ ` .
95
94
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:
98
96
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
+ ```
102
100
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] * .
105
103
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:
107
105
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
+ ```
111
109
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:
113
111
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
+ ```
117
115
118
- - Install the Microsoft GPG public key:
116
+ 4 . Install the Microsoft GPG public key:
119
117
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
+ ```
123
121
124
122
### SLES and variants
125
123
0 commit comments