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
df917663
Commit
df917663
authored
Jun 13, 2019
by
Zayn-ul-Abdin
Committed by
Carl Bergquist
Jun 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs feedback: installation/debian.md (#17563)
Closes #17129
parent
8e1dfd32
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
docs/sources/installation/debian.md
+6
-1
No files found.
docs/sources/installation/debian.md
View file @
df917663
...
@@ -41,6 +41,11 @@ sudo dpkg -i grafana_5.4.2_amd64.deb
...
@@ -41,6 +41,11 @@ sudo dpkg -i grafana_5.4.2_amd64.deb
## APT Repository
## APT Repository
The command
`add-apt-repository`
isn't a default app on Debian 9 and requires
```
bash
apt-get install
-y
software-properties-common
```
Install the repository for stable releases
Install the repository for stable releases
```
bash
```
bash
...
@@ -56,7 +61,7 @@ sudo add-apt-repository "deb https://packages.grafana.com/oss/deb beta main"
...
@@ -56,7 +61,7 @@ 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.
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.
```
bash
```
bash
curl https://packages.grafana.com/gpg.key |
sudo
apt-key add -
sudo
wget
-q
-O
- https://packages.grafana.com/gpg.key |
apt-key add -
```
```
Update your Apt repositories and install Grafana
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