From b75c601071c19feecf0472f6e8d64f5680157108 Mon Sep 17 00:00:00 2001 From: kytv Date: Mon, 27 Apr 2015 11:42:02 +0000 Subject: [PATCH] update Debian instructions (jessie is the current stable) --- i2p2www/pages/downloads/debian.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/i2p2www/pages/downloads/debian.html b/i2p2www/pages/downloads/debian.html index f52e0fd2..c55e32b1 100644 --- a/i2p2www/pages/downloads/debian.html +++ b/i2p2www/pages/downloads/debian.html @@ -10,7 +10,7 @@ have been tested and should work on x86/x86_64 platforms running: @@ -80,7 +80,7 @@ part of starting I2P and configuring it for you

{{ _('Instructions for Debian') }}

-Currently supported architectures include amd64, i386, armel, armhf (for Raspbian), kfreebsd-amd64, kfreebsd-i386, and powerpc. +Currently supported architectures include amd64, i386, armel, armhf (for Raspbian), and powerpc.

{% trans -%} Note: The steps below should be performed with root access (i.e., switching @@ -89,19 +89,19 @@ user to root with "su" or by prefixing each command with "sudo").

  1. {% trans file='/etc/apt/sources.list.d/i2p.list' -%} Add lines like the following to {{ file }}.{% endtrans %}
    -For Squeeze:
    +For Wheezy:
    -    deb http://deb.i2p2.no/ squeeze main
    -    deb-src http://deb.i2p2.no/ squeeze main
    +    deb http://deb.i2p2.no/ wheezy main
    +    deb-src http://deb.i2p2.no/ wheezy main
     

    -For Wheezy (stable):
    +For Jessie (stable):
    -    deb http://deb.i2p2.no/ stable main
    -    deb-src http://deb.i2p2.no/ stable main
    +    deb http://deb.i2p2.no/ jessie main
    +    deb-src http://deb.i2p2.no/ jessie main
     

    -For Testing or Unstable:
    +For Testing (Stretch) or Unstable (Sid):
          deb http://deb.i2p2.no/ unstable main
          deb-src http://deb.i2p2.no/ unstable main