Skip to content
Snippets Groups Projects
Commit 62636e82 authored by Peter Palfrader's avatar Peter Palfrader
Browse files

experimental is 0.3.0.x now, add yakkety

parent 3c259a44
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,9 @@ var software = {
'precise': [ 'precise'],
'trusty': [ 'trusty'],
'xenial': [ 'xenial'],
'yakkety': [ 'yakkety'],
},
'experimental-0.2.9.x': {
'experimental-0.3.0.x': {
'wheezy': [ 'wheezy' ],
'jessie': [ 'jessie' ],
'stretch': [ 'stretch' ],
......@@ -28,6 +29,7 @@ var software = {
'precise': [ 'precise'],
'trusty': [ 'trusty'],
'xenial': [ 'xenial'],
'yakkety': [ 'yakkety'],
},
},
'tor (from source)': {
......@@ -39,8 +41,9 @@ var software = {
'precise': [ 'precise'],
'trusty': [ 'trusty'],
'xenial': [ 'xenial'],
'yakkety': [ 'yakkety'],
},
'experimental-0.2.9.x': {
'experimental-0.3.0.x': {
'wheezy': [ 'wheezy' ],
'jessie': [ 'jessie' ],
'stretch': [ 'stretch' ],
......@@ -48,6 +51,7 @@ var software = {
'precise': [ 'precise'],
'trusty': [ 'trusty'],
'xenial': [ 'xenial'],
'yakkety': [ 'yakkety'],
},
},
};
......@@ -360,7 +364,7 @@ download/download>#packagediff">development branch</a> of Tor instead
to your <tt>/etc/apt/sources.list</tt> file:<br />
<pre style="margin: 1.5em 0 1.5em 2em">
deb http://deb.torproject.org/torproject.org &lt;DISTRIBUTION&gt; main
deb http://deb.torproject.org/torproject.org tor-experimental-0.2.9.x-&lt;DISTRIBUTION&gt; main
deb http://deb.torproject.org/torproject.org tor-experimental-0.3.0.x-&lt;DISTRIBUTION&gt; main
</pre>
where you again substitute the name of your distro (lenny,
sid, saucy, ...) in place of
......@@ -398,7 +402,7 @@ deb-src http://deb.torproject.org/torproject.org &lt;DISTRIBUTION&gt; main
# For the unstable version.
deb-src http://deb.torproject.org/torproject.org &lt;DISTRIBUTION&gt; main
deb-src http://deb.torproject.org/torproject.org tor-experimental-0.2.9.x-&lt;DISTRIBUTION&gt; main
deb-src http://deb.torproject.org/torproject.org tor-experimental-0.3.0.x-&lt;DISTRIBUTION&gt; main
</pre>
Substitute the name of your distro (wheezy, sid, trusty, ...) in place of &lt;DISTRIBUTION&gt;. Now refresh your sources by running (as root):
<pre style="margin: 1.5em 0 1.5em 2em">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment