[or-cvs] r20480: {website} s/mirror.noreply.org/deb.torproject.org/ for debs (website/trunk/docs/en)
weasel at seul.org
weasel at seul.org
Fri Sep 4 11:57:08 UTC 2009
Author: weasel
Date: 2009-09-04 07:57:08 -0400 (Fri, 04 Sep 2009)
New Revision: 20480
Modified:
website/trunk/docs/en/debian.wml
Log:
s/mirror.noreply.org/deb.torproject.org/ for debs
Modified: website/trunk/docs/en/debian.wml
===================================================================
--- website/trunk/docs/en/debian.wml 2009-09-04 11:13:12 UTC (rev 20479)
+++ website/trunk/docs/en/debian.wml 2009-09-04 11:57:08 UTC (rev 20480)
@@ -53,7 +53,7 @@
Lenny is "lenny". Then add this line to your <tt>/etc/apt/sources.list</tt>
file:<br />
<pre>
-deb http://mirror.noreply.org/pub/tor <DISTRIBUTION> main
+deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main
</pre>
where you substitute the above word (etch, lenny, sid, jaunty, intrepid,
hardy) in place of <DISTRIBUTION>.
@@ -62,8 +62,8 @@
<p>
Then run
<pre>
-gpg --keyserver keys.gnupg.net --recv 94C09C7F
-gpg --export 94C09C7F | sudo apt-key add -
+gpg --keyserver keys.gnupg.net --recv 886DDD89
+gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
apt-get update
apt-get install tor tor-geoipdb
</pre>
@@ -87,8 +87,8 @@
features and more bugs), you need to add a different set of lines to
your <tt>/etc/apt/sources.list</tt> file:<br />
<pre>
-deb http://mirror.noreply.org/pub/tor <DISTRIBUTION> main
-deb http://mirror.noreply.org/pub/tor experimental-0.2.1.x-<DISTRIBUTION> main
+deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main
+deb http://deb.torproject.org/torproject.org experimental-<DISTRIBUTION> main
</pre>
where you substitute the name of your distro (etch, lenny, sid, jaunty,
intrepid, hardy) in place of <DISTRIBUTION>.
@@ -97,8 +97,8 @@
<p>
Then run
<pre>
-gpg --keyserver keys.gnupg.net --recv 94C09C7F
-gpg --export 94C09C7F | sudo apt-key add -
+gpg --keyserver keys.gnupg.net --recv 886DDD89
+gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
apt-get update
apt-get install tor tor-geoipdb
</pre>
@@ -121,11 +121,11 @@
appropriate <tt>deb-src</tt> line to <tt>sources.list</tt>.
<pre>
# For the stable version.
-deb-src http://mirror.noreply.org/pub/tor <DISTRIBUTION> main
+deb-src http://deb.torproject.org/torproject.org <DISTRIBUTION> main
# For the unstable version.
-deb-src http://mirror.noreply.org/pub/tor <DISTRIBUTION> main
-deb-src http://mirror.noreply.org/pub/tor experimental-0.2.1.x-<DISTRIBUTION> main
+deb-src http://deb.torproject.org/torproject.org <DISTRIBUTION> main
+deb-src http://deb.torproject.org/torproject.org experimental-<DISTRIBUTION> main
</pre>
You also need to install the necessary packages to build your own debs and the
packages needed to build Tor:
More information about the tor-commits
mailing list