mirror of https://github.com/grafana/grafana.git
docs: updated debian distro in install docs to stretch, closes #11527
This commit is contained in:
parent
ce787b88bf
commit
d60c7b2013
|
|
@ -34,7 +34,7 @@ sudo dpkg -i grafana_5.0.4_amd64.deb
|
||||||
Add the following line to your `/etc/apt/sources.list` file.
|
Add the following line to your `/etc/apt/sources.list` file.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
deb https://packagecloud.io/grafana/stable/debian/ jessie main
|
deb https://packagecloud.io/grafana/stable/debian/ stretch main
|
||||||
```
|
```
|
||||||
|
|
||||||
Use the above line even if you are on Ubuntu or another Debian version.
|
Use the above line even if you are on Ubuntu or another Debian version.
|
||||||
|
|
@ -42,7 +42,7 @@ There is also a testing repository if you want beta or release
|
||||||
candidates.
|
candidates.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
deb https://packagecloud.io/grafana/testing/debian/ jessie main
|
deb https://packagecloud.io/grafana/testing/debian/ stretch main
|
||||||
```
|
```
|
||||||
|
|
||||||
Then add the [Package Cloud](https://packagecloud.io/grafana) key. This
|
Then add the [Package Cloud](https://packagecloud.io/grafana) key. This
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue