[or-cvs] r24166: {website} add a suggestion from Spencer Mortensen about how users can (website/trunk/docs/en)

Andrew Lewman andrew at torproject.org
Mon Jan 31 03:32:23 UTC 2011


Author: phobos
Date: 2011-01-31 03:32:22 +0000 (Mon, 31 Jan 2011)
New Revision: 24166

Modified:
   website/trunk/docs/en/debian.wml
Log:
add a suggestion from Spencer Mortensen about how users can find their
release name.


Modified: website/trunk/docs/en/debian.wml
===================================================================
--- website/trunk/docs/en/debian.wml	2011-01-31 01:07:28 UTC (rev 24165)
+++ website/trunk/docs/en/debian.wml	2011-01-31 03:32:22 UTC (rev 24166)
@@ -50,8 +50,8 @@
 
 <p>
 You'll need to set up our package repository before you can fetch
-Tor. First, you need to figure out the name of your distribution. Here's
-a quick mapping:
+Tor. First, you need to figure out the name of your distribution. A
+quick command to run is <tt>lsb_release -c</tt>.  Here's a quick mapping:
 <ul>
 <li> Ubuntu 10.10 is "maverick"</li>
 <li> Ubuntu 10.04 or Trisquel 4.0 is "lucid"</li>
@@ -69,7 +69,9 @@
 <pre>
 deb     http://deb.torproject.org/torproject.org &lt;DISTRIBUTION&gt; main
 </pre>
-where you put the codename of your distribution (i.e. etch, lenny, sid, maverick, lucid, karmic, jaunty, intrepid, hardy or whatever it is) in place of &lt;DISTRIBUTION&gt;.
+where you put the codename of your distribution (i.e. etch, lenny, sid,
+maverick, lucid, karmic, jaunty, intrepid, hardy or whatever it is)
+in place of &lt;DISTRIBUTION&gt;.
 </p>
 
 <p>
@@ -109,16 +111,17 @@
 development branch of Tor on Debian or Ubuntu</a></h2>
 <br />
 
-<p>If you want to use the <a href="<page download/download>#packagediff">development branch</a> of Tor instead (more
-features and more bugs), you need to add a different set of lines to
-your <tt>/etc/apt/sources.list</tt> file:<br />
+<p>If you want to use the <a href="<page
+download/download>#packagediff">development branch</a> of Tor instead
+(more features and more bugs), you need to add a different set of lines
+to your <tt>/etc/apt/sources.list</tt> file:<br />
 <pre>
 deb     http://deb.torproject.org/torproject.org &lt;DISTRIBUTION&gt; main
 deb     http://deb.torproject.org/torproject.org experimental-&lt;DISTRIBUTION&gt; main
 </pre>
-where you again substitute the name of your distro (etch, lenny, sid,
-maverick, lucid, karmic,
-jaunty, intrepid, hardy) in place of &lt;DISTRIBUTION&gt;.
+where you again substitute the name of your distro (etch, lenny,
+sid, maverick, lucid, karmic, jaunty, intrepid, hardy) in place of
+&lt;DISTRIBUTION&gt;.
 </p>
 
 <p>



More information about the tor-commits mailing list