forked from I2P_Developers/i2p.www
update Debian instructions (jessie is the current stable)
This commit is contained in:
@@ -10,7 +10,7 @@ have been tested and <em>should </em>work on x86/x86_64 platforms running:
|
||||
<ul>
|
||||
<li>{% trans %}<a href="#ubuntu">Ubuntu</a> (Precise <em>12.04</em> and newer){% endtrans %}</li>
|
||||
<li><a href="#ubuntu">Mint</a></li>
|
||||
<li>{% trans %}<a href="#debian">Debian Linux</a> (Squeeze and newer) & kFreeBSD{% endtrans %}</li>
|
||||
<li>{% trans %}<a href="#debian">Debian Linux</a> (Wheezy and newer){% endtrans %}</li>
|
||||
<li><a href="#debian">Knoppix</a></li>
|
||||
</ul>
|
||||
|
||||
@@ -80,7 +80,7 @@ part of <a href="#Post-install_work">starting I2P</a> and configuring it for you
|
||||
|
||||
<h2 id="debian">{{ _('Instructions for Debian') }}</h2>
|
||||
|
||||
<em>Currently supported architectures include amd64, i386, armel, armhf (for Raspbian), kfreebsd-amd64, kfreebsd-i386, and powerpc.</em>
|
||||
<em>Currently supported architectures include amd64, i386, armel, armhf (for Raspbian), and powerpc.</em>
|
||||
|
||||
<p>{% 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").
|
||||
<ol>
|
||||
<li>{% trans file='/etc/apt/sources.list.d/i2p.list' -%}
|
||||
Add lines like the following to <code>{{ file }}</code>.{% endtrans %}<br>
|
||||
For Squeeze:<br>
|
||||
For Wheezy:<br>
|
||||
<pre>
|
||||
<code>deb http://deb.i2p2.no/ squeeze main
|
||||
deb-src http://deb.i2p2.no/ squeeze main</code>
|
||||
<code>deb http://deb.i2p2.no/ wheezy main
|
||||
deb-src http://deb.i2p2.no/ wheezy main</code>
|
||||
</pre>
|
||||
<br />
|
||||
For Wheezy (stable):<br />
|
||||
For Jessie (stable):<br />
|
||||
<pre>
|
||||
<code>deb http://deb.i2p2.no/ stable main
|
||||
deb-src http://deb.i2p2.no/ stable main</code>
|
||||
<code>deb http://deb.i2p2.no/ jessie main
|
||||
deb-src http://deb.i2p2.no/ jessie main</code>
|
||||
</pre>
|
||||
<br />
|
||||
For Testing or Unstable:<br />
|
||||
For Testing (Stretch) or Unstable (Sid):<br />
|
||||
<pre>
|
||||
<code>deb http://deb.i2p2.no/ unstable main
|
||||
deb-src http://deb.i2p2.no/ unstable main</code>
|
||||
|
Reference in New Issue
Block a user