mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update debian.md
This commit is contained in:
parent
7e8bd0c1b7
commit
063c1f09d9
@ -39,13 +39,6 @@ If you install from the APT repository, then Grafana is automatically updated ev
|
||||
sudo apt-get install -y apt-transport-https
|
||||
sudo apt-get install -y software-properties-common wget
|
||||
wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
|
||||
|
||||
|
||||
# Alternatively you can add the beta repository, see in the table above
|
||||
sudo add-apt-repository "deb https://packages.grafana.com/enterprise/deb stable main"
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install grafana-enterprise
|
||||
```
|
||||
|
||||
#### To install the latest OSS release:
|
||||
@ -54,12 +47,6 @@ sudo apt-get install grafana-enterprise
|
||||
sudo apt-get install -y apt-transport-https
|
||||
sudo apt-get install -y software-properties-common wget
|
||||
wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
|
||||
|
||||
# Alternatively you can add the beta repository, see in the table above
|
||||
sudo add-apt-repository "deb https://packages.grafana.com/oss/deb stable main"
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install grafana
|
||||
```
|
||||
|
||||
### Set up repository for ARM
|
||||
|
Loading…
Reference in New Issue
Block a user