Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
f33a917a
Unverified
Commit
f33a917a
authored
Dec 19, 2019
by
Leonard Gram
Committed by
GitHub
Dec 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: fix ordering of apt setup (#21192)
parent
88aab3e6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
docs/sources/installation/debian.md
+6
-6
No files found.
docs/sources/installation/debian.md
View file @
f33a917a
...
...
@@ -37,22 +37,22 @@ Install any missing dependencies:
sudo
apt-get install
-y
software-properties-common wget
```
Add
this repository for stable releas
es:
Add
our GPG key to install signed packag
es:
```
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 packag
es:
Add
this repository if you want beta releas
es:
```
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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment