Parcourir la source

Merge pull request #5455 from rakotomandimby/patch-1

Update debian.md to Debian Jessie
Carl Bergquist il y a 9 ans
Parent
commit
b289497db6
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      docs/sources/installation/debian.md

+ 2 - 2
docs/sources/installation/debian.md

@@ -29,13 +29,13 @@ Beta .deb for Debian-based Linux | [3.1.0-beta1](https://grafanarel.s3.amazonaws
 
 
 Add the following line to your `/etc/apt/sources.list` file.
 Add the following line to your `/etc/apt/sources.list` file.
 
 
-    deb https://packagecloud.io/grafana/stable/debian/ wheezy main
+    deb https://packagecloud.io/grafana/stable/debian/ jessie main
 
 
 Use the above line even if you are on Ubuntu or another Debian version.
 Use the above line even if you are on Ubuntu or another Debian version.
 There is also a testing repository if you want beta or release
 There is also a testing repository if you want beta or release
 candidates.
 candidates.
 
 
-    deb https://packagecloud.io/grafana/testing/debian/ wheezy main
+    deb https://packagecloud.io/grafana/testing/debian/ jessie main
 
 
 Then add the [Package Cloud](https://packagecloud.io/grafana) key. This
 Then add the [Package Cloud](https://packagecloud.io/grafana) key. This
 allows you to install signed packages.
 allows you to install signed packages.