docs(troubleshooting.md): Update CentOS documentation (#4398)

If you running in CentOS you should update nss dependency.
This commit is contained in:
Leandro Carlos Romero 2019-05-09 20:29:09 -03:00 committed by Andrey Lushnikov
parent de18c0e26b
commit 9a2fb2a0d4

View File

@ -112,6 +112,12 @@ xorg-x11-fonts-cyrillic
xorg-x11-fonts-Type1
xorg-x11-fonts-misc
```
After installing dependencies you need to update nss library using this command
```
yum update nss -y
```
</details>
<details>