Geoff Goodell commited on 2005-04-08 07:29:15
Zeige 1 geänderte Dateien mit 6 Einfügungen und 6 Löschungen.
... | ... |
@@ -100,21 +100,21 @@ on fetching Tor from CVS. |
100 | 100 |
Old releases are <a href="dist/obsolete/">here</a>. |
101 | 101 |
</p> |
102 | 102 |
|
103 |
-<hr> |
|
103 |
+<hr /> |
|
104 | 104 |
|
105 | 105 |
<p><b>Debian packages</b> have been uploaded to the set of official unstable |
106 | 106 |
Debian packages. If you are running stable (woody) or testing (sarge), you |
107 | 107 |
must first add these lines to <code>/etc/apt/sources.list</code>:</p> |
108 | 108 |
|
109 | 109 |
<p><code> |
110 |
-deb http://mirror.noreply.org/pub/tor stable main<br> |
|
110 |
+deb http://mirror.noreply.org/pub/tor stable main<br /> |
|
111 | 111 |
deb-src http://mirror.noreply.org/pub/tor stable main |
112 | 112 |
</code></p> |
113 | 113 |
|
114 | 114 |
<p>To install the packages, issue the following commands:</p> |
115 | 115 |
|
116 | 116 |
<p><code> |
117 |
-$ apt-get update<br> |
|
117 |
+$ apt-get update<br /> |
|
118 | 118 |
$ apt-get install tor |
119 | 119 |
</code></p> |
120 | 120 |
|
... | ... |
@@ -122,14 +122,14 @@ $ apt-get install tor |
122 | 122 |
add the following lines to <code>/etc/apt/sources.list</code>:</p> |
123 | 123 |
|
124 | 124 |
<p><code> |
125 |
-deb http://mirror.noreply.org/pub/tor experimental main<br> |
|
125 |
+deb http://mirror.noreply.org/pub/tor experimental main<br /> |
|
126 | 126 |
deb-src http://mirror.noreply.org/pub/tor experimental main |
127 | 127 |
</code></p> |
128 | 128 |
|
129 | 129 |
<p>Then issue the following commands:</p> |
130 | 130 |
|
131 | 131 |
<p><code> |
132 |
-$ apt-get update<br> |
|
132 |
+$ apt-get update<br /> |
|
133 | 133 |
$ apt-get install -t experimental tor |
134 | 134 |
</code></p> |
135 | 135 |
|
... | ... |
@@ -137,7 +137,7 @@ $ apt-get install -t experimental tor |
137 | 137 |
for architectures other than i386 can be added on <a |
138 | 138 |
href="mailto:weasel@debian.org">demand</a>.</p> |
139 | 139 |
|
140 |
-<hr> |
|
140 |
+<hr /> |
|
141 | 141 |
|
142 | 142 |
<p><b>FreeBSD</b>: <tt>portinstall -s security/tor</tt></p> |
143 | 143 |
|
144 | 144 |