Commit 749c76f2 by Dennis Hoppe Committed by Torkel Ödegaard

Docs: Fix rpm dependencies example (#16272)

The current version of Grafana requires the package ```urw-fonts```.
parent 0bca6bcb
...@@ -50,7 +50,7 @@ $ wget https://dl.grafana.com/oss/release/grafana-5.4.2-1.x86_64.rpm ...@@ -50,7 +50,7 @@ $ wget https://dl.grafana.com/oss/release/grafana-5.4.2-1.x86_64.rpm
### On CentOS / Fedora / Redhat: ### On CentOS / Fedora / Redhat:
```bash ```bash
$ sudo yum install initscripts fontconfig $ sudo yum install initscripts urw-fonts
$ sudo rpm -Uvh <local rpm package> $ sudo rpm -Uvh <local rpm package>
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment