diff --git a/i2p2www/pages/downloads/debian.html b/i2p2www/pages/downloads/debian.html index d43849c1..8116be5d 100644 --- a/i2p2www/pages/downloads/debian.html +++ b/i2p2www/pages/downloads/debian.html @@ -3,6 +3,14 @@ {% block content %}

{{ _('Debian I2P Packages') }}

+

{{ _('Debian Sid, Ubuntu Bionic 18.04') }}

+{% trans -%} +I2P is available in the official repositories for Ubuntu Bionic 18.04 and Debian Sid. +Install the "i2p" package using your package manager, as you would any other package. +The instructions below are not required. +{%- endtrans %} + +

{{ _('Debian Stretch and older, Ubuntu Artful 17.10 and older') }}

{% trans -%} The Debian packages have been tested and should work on x86/x86_64 platforms running: @@ -24,7 +32,7 @@ with these packages on Trac at
  • {% trans %}Option 2: Debian (including Debian-derivatives){% endtrans %}
  • -

    {{ _('Instructions for Ubuntu 12.04 Precise Pangolin (and newer) and derivatives like Linux Mint & Trisquel') }}

    +

    {{ _('Instructions for Ubuntu and derivatives like Linux Mint & Trisquel') }}

    {{ _('Adding the PPA via the command line and installing I2P') }}
    1. @@ -80,7 +88,7 @@ part of starting I2P and configuring it for you

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

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

      {% trans -%} Note: The steps below should be performed with root access (i.e., switching @@ -96,32 +104,19 @@ For Wheezy:

      -For Jessie (stable):
      +For Jessie:

           deb https://deb.i2p2.de/ jessie main
           deb-src https://deb.i2p2.de/ jessie main
       

      -For Stretch (not available until I2P 0.9.30):
      +For Stretch (stable):
            deb https://deb.i2p2.de/ stretch main
            deb-src https://deb.i2p2.de/ stretch main
       
      -
      -For Stretch (I2P development builds for testing):
      -
      -     deb https://deb.i2p2.de/ stretch-testing main
      -     deb-src https://deb.i2p2.de/ stretch-testing main
      -
      - -
      -For Testing or Unstable (Sid) (will not work until I2P 0.9.30):
      -
      -     deb https://deb.i2p2.de/ unstable main
      -     deb-src https://deb.i2p2.de/ unstable main
      -
    2. {% trans repokey=url_for('static', filename='i2p-debian-repo.key.asc') -%}