commit a9ba136255686c2b359931e54825601d108a23d3 Author: hiro hiro@torproject.org Date: Wed Aug 22 08:54:07 2018 +0200
Remove blank new line character --- docs/en/debian.wml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/docs/en/debian.wml b/docs/en/debian.wml index b4008f33..30684a4a 100644 --- a/docs/en/debian.wml +++ b/docs/en/debian.wml @@ -155,9 +155,7 @@ in place of <DISTRIBUTION>. </p>
<p> -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 /> +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 /> <pre style="margin: 1.5em 0 1.5em 2em"> deb https://deb.torproject.org/torproject.org <DISTRIBUTION> main deb https://deb.torproject.org/torproject.org tor-experimental-0.3.4.x-<DISTRIBUTION> main @@ -172,8 +170,7 @@ apt install apt-transport-https </pre></blockquote> 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>
-<p>To use Apt with Tor later replace <tt>https://</tt> with <tt>tor://</tt> and run -<blockquote><pre> +<p>To use Apt with Tor later replace <tt>https://</tt> with <tt>tor://</tt> and run <blockquote><pre> apt install apt-transport-tor </pre></blockquote> </p> @@ -219,8 +216,7 @@ access it you might try to use the name of one of its part instead. Try </p>
<p><code>deb.torproject.org</code> is also served through now also served via onion service: -<a href="http://sdscoq7snqtznauu.onion">http://sdscoq7snqtznauu.onion/</a> To use the onion service with -apt, replace the address in the previously added lines: +<a href="http://sdscoq7snqtznauu.onion">http://sdscoq7snqtznauu.onion/</a> To use the onion service with apt, replace the address in the previously added lines: <pre style="margin: 1.5em 0 1.5em 2em">. # For the stable version. deb tor://sdscoq7snqtznauu.onion/torproject.org buster main
tor-commits@lists.torproject.org