Commit f33a917a by Leonard Gram Committed by GitHub

Docs: fix ordering of apt setup (#21192)

parent 88aab3e6
......@@ -37,22 +37,22 @@ Install any missing dependencies:
sudo apt-get install -y software-properties-common wget
```
Add this repository for stable releases:
Add our GPG key to install signed packages:
```bash
sudo add-apt-repository "deb https://packages.grafana.com/oss/deb stable main"
wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
```
Add this repository if you want beta releases:
Add this repository for stable releases:
```bash
sudo add-apt-repository "deb https://packages.grafana.com/oss/deb beta main"
sudo add-apt-repository "deb https://packages.grafana.com/oss/deb stable main"
```
Add our GPG key to install signed packages:
Add this repository if you want beta releases:
```bash
wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
sudo add-apt-repository "deb https://packages.grafana.com/oss/deb beta main"
```
Update your APT repositories and install Grafana:
......
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