add lucid more cleanly
Roger Dingledine

Roger Dingledine commited on 2010-07-19 15:01:57
Zeige 1 geänderte Dateien mit 5 Einfügungen und 3 Löschungen.

... ...
@@ -49,7 +49,7 @@ fixes.
49 49
 <p>
50 50
 You'll need to set up our package repository before you can fetch
51 51
 Tor. First, you need to figure out the name of your distribution. If
52
-you're using Ubuntu 10.04 it's "lucid", 9.10, it's  "karmic", while 9.04 is "jaunty",
52
+you're using Ubuntu 10.04 it's "lucid", 9.10 is  "karmic", 9.04 is "jaunty",
53 53
 8.10 is "intrepid", and 8.04 is "hardy". If you're using Debian
54 54
 Etch, it's "etch", and Debian Lenny is "lenny". Then add this line to your
55 55
 <tt>/etc/apt/sources.list</tt>
... ...
@@ -57,7 +57,8 @@ file:<br />
57 57
 <pre>
58 58
 deb     http://deb.torproject.org/torproject.org &lt;DISTRIBUTION&gt; main
59 59
 </pre>
60
-where you put the codename of your distribution (i.e. etch, lenny, sid, karmic,
60
+where you put the codename of your distribution (i.e. etch, lenny, sid,
61
+lucid, karmic,
61 62
 jaunty, intrepid, hardy or whatever it is) in place of &lt;DISTRIBUTION&gt;.
62 63
 </p>
63 64
 
... ...
@@ -106,7 +107,8 @@ your <tt>/etc/apt/sources.list</tt> file:<br />
106 107
 deb     http://deb.torproject.org/torproject.org &lt;DISTRIBUTION&gt; main
107 108
 deb     http://deb.torproject.org/torproject.org experimental-&lt;DISTRIBUTION&gt; main
108 109
 </pre>
109
-where you again substitute the name of your distro (etch, lenny, sid, karmic,
110
+where you again substitute the name of your distro (etch, lenny, sid,
111
+lucid, karmic,
110 112
 jaunty, intrepid, hardy) in place of &lt;DISTRIBUTION&gt;.
111 113
 </p>
112 114
 
113 115