Allow https in version of deb.torproject.org repository install instructions
hiro

hiro commited on 2018-04-02 18:08:36
Zeige 1 geänderte Dateien mit 4 Einfügungen und 2 Löschungen.

... ...
@@ -63,7 +63,7 @@ post</a> for details.
63 63
 You'll need to set up our package repository before you can fetch
64 64
 Tor. First, you need to figure out the name of your distribution. A
65 65
 quick command to run is <tt>lsb_release -c</tt> or <tt>cat /etc/debian_version</tt>.
66
-If in doubt about your Debian version, check <a href="http://www.debian.org/releases/">the Debian website</a>.
66
+If in doubt about your Debian version, check <a href="https://www.debian.org/releases/">the Debian website</a>.
67 67
 For Ubuntu, ask <a href="https://en.wikipedia.org/wiki/List_of_Ubuntu_releases#Table_of_versions">Wikipedia</a>.
68 68
 </p>
69 69
 
... ...
@@ -89,10 +89,12 @@ version
89 89
 <div id="apt-source">
90 90
 <p>You need to add the following entry in <code>/etc/apt/sources.list</code> or a new file in <code>/etc/apt/sources.list.d/</code>:</p>
91 91
 
92
-<blockquote><pre id="sources">deb http://deb.torproject.org/torproject.org jessie main
92
+<blockquote><pre id="sources">deb https://deb.torproject.org/torproject.org stretch main
93 93
 </pre></blockquote>
94 94
 </div>
95 95
 
96
+<p>Please not that the <a href="https://packages.debian.org/stretch/apt-transport-https">apt-transport-https package</a> is required 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>
97
+
96 98
 <div id="sig">
97 99
 <p>Then add the gpg key used to sign the packages by running the following commands at your command prompt:</p>
98 100
 <blockquote><pre>
99 101