From df917663e6f358a076ed3daa9b199412e95c11f4 Mon Sep 17 00:00:00 2001 From: Zayn-ul-Abdin Date: Thu, 13 Jun 2019 12:52:44 +0500 Subject: [PATCH] Docs feedback: installation/debian.md (#17563) Closes #17129 --- docs/sources/installation/debian.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/sources/installation/debian.md b/docs/sources/installation/debian.md index 73cc81f1b79..da0330aa2f6 100644 --- a/docs/sources/installation/debian.md +++ b/docs/sources/installation/debian.md @@ -41,6 +41,11 @@ sudo dpkg -i grafana_5.4.2_amd64.deb ## 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 ```bash @@ -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. ```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