Skip to content

Commit 74e798b

Browse files
authored
Update quickstart-install-connect-red-hat.md
correcting the selinux command
1 parent b065e7b commit 74e798b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/linux/quickstart-install-connect-red-hat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ To configure [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] on RHEL
276276
Optionally, if you want to run [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] as a confined application, install the `mssql-server-selinux` package, which enables custom policies.
277277

278278
```bash
279-
sudo yum install -y mssql-server
279+
sudo yum install -y mssql-server-selinux
280280
```
281281

282282
1. After the package installation finishes, run `mssql-conf setup` using its full path, and follow the prompts to set the SA password and choose your edition. As a reminder, the following [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] editions are freely licensed: Evaluation, Developer, and Express.

0 commit comments

Comments
 (0)