Docs: Suggest add-apt-repository to install APT repos (#16333)

* Suggest add-apt-repository to install APT repos
* typo
pull/16336/head
Pedro Gomes 6 years ago committed by Torkel Ödegaard
parent fec7c3e133
commit 6e54a7ae05
  1. 6
      docs/sources/installation/debian.md

@ -41,16 +41,16 @@ sudo dpkg -i grafana_5.4.2_amd64.deb
## APT Repository
Create a file `/etc/apt/sources.list.d/grafana.list` and add the following to it.
Install the repository for stable releases
```bash
deb https://packages.grafana.com/oss/deb stable main
sudo add-apt-repository "deb https://packages.grafana.com/oss/deb stable main"
```
There is a separate repository if you want beta releases.
```bash
deb https://packages.grafana.com/oss/deb beta main
sudo add-apt-repository "deb https://packages.grafana.com/oss/deb beta main"
```
Use the above line even if you are on Ubuntu or another Debian version. Then add our gpg key. This allows you to install signed packages.

Loading…
Cancel
Save