hiro commited on 2018-04-06 10:46:36
Zeige 1 geänderte Dateien mit 6 Einfügungen und 6 Löschungen.
... | ... |
@@ -136,7 +136,7 @@ Then add this line to your |
136 | 136 |
<tt>/etc/apt/sources.list</tt> |
137 | 137 |
file:<br /> |
138 | 138 |
<pre style="margin: 1.5em 0 1.5em 2em"> |
139 |
-deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main |
|
139 |
+deb https://deb.torproject.org/torproject.org <DISTRIBUTION> main |
|
140 | 140 |
</pre> |
141 | 141 |
where you put the codename of your distribution (i.e. stretch, buster, sid |
142 | 142 |
or whatever it is) |
... | ... |
@@ -209,8 +209,8 @@ download/download-unix>#packagediff">development branch</a> of Tor instead |
209 | 209 |
(more features and more bugs), you need to add a different set of lines |
210 | 210 |
to your <tt>/etc/apt/sources.list</tt> file:<br /> |
211 | 211 |
<pre style="margin: 1.5em 0 1.5em 2em"> |
212 |
-deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main |
|
213 |
-deb http://deb.torproject.org/torproject.org tor-experimental-0.3.3.x-<DISTRIBUTION> main |
|
212 |
+deb https://deb.torproject.org/torproject.org <DISTRIBUTION> main |
|
213 |
+deb https://deb.torproject.org/torproject.org tor-experimental-0.3.3.x-<DISTRIBUTION> main |
|
214 | 214 |
</pre> |
215 | 215 |
where you again substitute the name of your distro (stretch, buster, |
216 | 216 |
sid, xenial, ...) in place of |
... | ... |
@@ -244,11 +244,11 @@ If you want to build your own debs from source you must first add an |
244 | 244 |
appropriate <tt>deb-src</tt> line to <tt>sources.list</tt>. |
245 | 245 |
<pre style="margin: 1.5em 0 1.5em 2em"> |
246 | 246 |
# For the stable version. |
247 |
-deb-src http://deb.torproject.org/torproject.org <DISTRIBUTION> main |
|
247 |
+deb-src https://deb.torproject.org/torproject.org <DISTRIBUTION> main |
|
248 | 248 |
|
249 | 249 |
# For the unstable version. |
250 |
-deb-src http://deb.torproject.org/torproject.org <DISTRIBUTION> main |
|
251 |
-deb-src http://deb.torproject.org/torproject.org tor-experimental-0.3.3.x-<DISTRIBUTION> main |
|
250 |
+deb-src https://deb.torproject.org/torproject.org <DISTRIBUTION> main |
|
251 |
+deb-src https://deb.torproject.org/torproject.org tor-experimental-0.3.3.x-<DISTRIBUTION> main |
|
252 | 252 |
</pre> |
253 | 253 |
Substitute the name of your distro (stretch, buster, sid, xenial, ...) in place of <DISTRIBUTION>. Now refresh your sources by running (as root): |
254 | 254 |
<pre style="margin: 1.5em 0 1.5em 2em"> |
255 | 255 |