hiro commited on 2018-08-22 08:54:07
Zeige 1 geänderte Dateien mit 3 Einfügungen und 7 Löschungen.
... | ... |
@@ -155,9 +155,7 @@ in place of <DISTRIBUTION>. |
155 | 155 |
</p> |
156 | 156 |
|
157 | 157 |
<p> |
158 |
-If you want to use the <a href="<page download/download-unix>#packagediff">development branch</a> of Tor |
|
159 |
-instead (more features and more bugs), you need add a different set of lines to your |
|
160 |
-<i>/etc/apt/sources.list</i> file:<br /> |
|
158 |
+If you want to use the <a href="<page download/download-unix>#packagediff">development branch</a> of Tor instead (more features and more bugs), you need add a different set of lines to your <i>/etc/apt/sources.list</i> file:<br /> |
|
161 | 159 |
<pre style="margin: 1.5em 0 1.5em 2em"> |
162 | 160 |
deb https://deb.torproject.org/torproject.org <DISTRIBUTION> main |
163 | 161 |
deb https://deb.torproject.org/torproject.org tor-experimental-0.3.4.x-<DISTRIBUTION> main |
... | ... |
@@ -172,8 +170,7 @@ apt install apt-transport-https |
172 | 170 |
</pre></blockquote> |
173 | 171 |
to enable the usage of 'deb https://foo distro main' lines in the /etc/apt/sources.list so that all package managers using the libapt-pkg library can access metadata and packages available in sources accessible over https (Hypertext Transfer Protocol Secure).</p> |
174 | 172 |
|
175 |
-<p>To use Apt with Tor later replace <tt>https://</tt> with <tt>tor://</tt> and run |
|
176 |
-<blockquote><pre> |
|
173 |
+<p>To use Apt with Tor later replace <tt>https://</tt> with <tt>tor://</tt> and run <blockquote><pre> |
|
177 | 174 |
apt install apt-transport-tor |
178 | 175 |
</pre></blockquote> |
179 | 176 |
</p> |
... | ... |
@@ -219,8 +216,7 @@ access it you might try to use the name of one of its part instead. Try |
219 | 216 |
</p> |
220 | 217 |
|
221 | 218 |
<p><code>deb.torproject.org</code> is also served through now also served via onion service: |
222 |
-<a href="http://sdscoq7snqtznauu.onion">http://sdscoq7snqtznauu.onion/</a> To use the onion service with |
|
223 |
-apt, replace the address in the previously added lines: |
|
219 |
+<a href="http://sdscoq7snqtznauu.onion">http://sdscoq7snqtznauu.onion/</a> To use the onion service with apt, replace the address in the previously added lines: |
|
224 | 220 |
<pre style="margin: 1.5em 0 1.5em 2em">. |
225 | 221 |
# For the stable version. |
226 | 222 |
deb tor://sdscoq7snqtznauu.onion/torproject.org buster main |
227 | 223 |