summaryrefslogtreecommitdiff
path: root/docs/client
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-12-12 15:25:13 -0500
committerMicah Anderson <micah@riseup.net>2013-12-12 15:25:13 -0500
commit3ffb91bd65631f11c178d3e5cbb83eaab0932646 (patch)
tree728e152e5c17b1db81aeb10dd0927a3a3963ad11 /docs/client
parentb47a513f218e9aee78e03a7a373258d2d30be0b0 (diff)
remove warning about outdated debian packages, add some details about
which suites are available and how to find out which one you are using
Diffstat (limited to 'docs/client')
-rw-r--r--docs/client/user-install.md17
1 files changed, 6 insertions, 11 deletions
diff --git a/docs/client/user-install.md b/docs/client/user-install.md
index 2ba5a30..b1c639e 100644
--- a/docs/client/user-install.md
+++ b/docs/client/user-install.md
@@ -47,15 +47,8 @@ For the signature verification you can use :
Asuming that you downloaded the linux 64 bits bundle.
-Debian package
---------------
-
-> **warning**
->
-> The debian package that you can currently find in the leap
-> repositories is from the stable, 0.2.0 release, which is now outdated.
-> You are encouraged to install the development version or the
-> standalone bundles while we upload the newest packages.
+Debian / Ubuntu packages
+------------------------
First, you need to bootstrap your apt-key:
@@ -64,9 +57,11 @@ First, you need to bootstrap your apt-key:
# gpg --list-sigs 0x485B12FA218E81EB
# gpg -a --export 0x1E34A1828E207901 | sudo apt-key add -
-Add the archive to your sources.list:
+Add the archive to your sources.list, replace <suite> below with your Debian or
+Ubuntu suite, which you can find by typing 'lsb_release -c' in a terminal.
+Currently the following are available: sid, jessie, trusty, saucy
- # echo "deb http://deb.leap.se/debian unstable main" >> /etc/apt/sources.list
+ # echo "deb http://deb.leap.se/debian <suite> main" >> /etc/apt/sources.list
# apt-get update
# apt-get install leap-keyring