...
|
...
|
@@ -21,7 +21,7 @@ var software = {
|
21
|
21
|
'wily': [ 'wily'],
|
22
|
22
|
'xenial': [ 'xenial'],
|
23
|
23
|
},
|
24
|
|
- 'experimental-0.2.8.x': {
|
|
24
|
+ 'experimental-0.2.9.x': {
|
25
|
25
|
'wheezy': [ 'wheezy' ],
|
26
|
26
|
'jessie': [ 'jessie' ],
|
27
|
27
|
'stretch': [ 'stretch' ],
|
...
|
...
|
@@ -43,7 +43,7 @@ var software = {
|
43
|
43
|
'wily': [ 'wily'],
|
44
|
44
|
'xenial': [ 'xenial'],
|
45
|
45
|
},
|
46
|
|
- 'experimental-0.2.8.x': {
|
|
46
|
+ 'experimental-0.2.9.x': {
|
47
|
47
|
'wheezy': [ 'wheezy' ],
|
48
|
48
|
'jessie': [ 'jessie' ],
|
49
|
49
|
'stretch': [ 'stretch' ],
|
...
|
...
|
@@ -365,7 +365,7 @@ download/download>#packagediff">development branch</a> of Tor instead
|
365
|
365
|
to your <tt>/etc/apt/sources.list</tt> file:<br />
|
366
|
366
|
<pre style="margin: 1.5em 0 1.5em 2em">
|
367
|
367
|
deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main
|
368
|
|
-deb http://deb.torproject.org/torproject.org tor-experimental-0.2.6.x-<DISTRIBUTION> main
|
|
368
|
+deb http://deb.torproject.org/torproject.org tor-experimental-0.2.9.x-<DISTRIBUTION> main
|
369
|
369
|
</pre>
|
370
|
370
|
where you again substitute the name of your distro (lenny,
|
371
|
371
|
sid, saucy, ...) in place of
|
...
|
...
|
@@ -403,7 +403,7 @@ deb-src http://deb.torproject.org/torproject.org <DISTRIBUTION> main
|
403
|
403
|
|
404
|
404
|
# For the unstable version.
|
405
|
405
|
deb-src http://deb.torproject.org/torproject.org <DISTRIBUTION> main
|
406
|
|
-deb-src http://deb.torproject.org/torproject.org tor-experimental-0.2.6.x-<DISTRIBUTION> main
|
|
406
|
+deb-src http://deb.torproject.org/torproject.org tor-experimental-0.2.9.x-<DISTRIBUTION> main
|
407
|
407
|
</pre>
|
408
|
408
|
Substitute the name of your distro (wheezy, sid, trusty, ...) in place of <DISTRIBUTION>. Now refresh your sources by running (as root):
|
409
|
409
|
<pre style="margin: 1.5em 0 1.5em 2em">
|