diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 0f08ea6b835..1c8724477ba 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -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 +```