s/mirror.noreply.org/deb.torproject.org/ for debs
Peter Palfrader

Peter Palfrader commited on 2009-09-04 13:57:08
Zeige 1 geänderte Dateien mit 10 Einfügungen und 10 Löschungen.

... ...
@@ -53,7 +53,7 @@ and Ubuntu 8.04 is "hardy". If you're using Debian Etch, it's "etch", Debian
53 53
 Lenny is "lenny". Then add this line to your <tt>/etc/apt/sources.list</tt>
54 54
 file:<br />
55 55
 <pre>
56
-deb     http://mirror.noreply.org/pub/tor &lt;DISTRIBUTION&gt; main
56
+deb     http://deb.torproject.org/torproject.org &lt;DISTRIBUTION&gt; main
57 57
 </pre>
58 58
 where you substitute the above word (etch, lenny, sid, jaunty, intrepid,
59 59
 hardy) in place of &lt;DISTRIBUTION&gt;.
... ...
@@ -62,8 +62,8 @@ hardy) in place of &lt;DISTRIBUTION&gt;.
62 62
 <p>
63 63
 Then run
64 64
 <pre>
65
-gpg --keyserver keys.gnupg.net --recv 94C09C7F
66
-gpg --export 94C09C7F | sudo apt-key add -
65
+gpg --keyserver keys.gnupg.net --recv 886DDD89
66
+gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
67 67
 apt-get update
68 68
 apt-get install tor tor-geoipdb
69 69
 </pre>
... ...
@@ -87,8 +87,8 @@ download>#packagediff">development branch</a> of Tor instead (more
87 87
 features and more bugs), you need to add a different set of lines to
88 88
 your <tt>/etc/apt/sources.list</tt> file:<br />
89 89
 <pre>
90
-deb     http://mirror.noreply.org/pub/tor &lt;DISTRIBUTION&gt; main
91
-deb     http://mirror.noreply.org/pub/tor experimental-0.2.1.x-&lt;DISTRIBUTION&gt; main
90
+deb     http://deb.torproject.org/torproject.org &lt;DISTRIBUTION&gt; main
91
+deb     http://deb.torproject.org/torproject.org experimental-&lt;DISTRIBUTION&gt; main
92 92
 </pre>
93 93
 where you substitute the name of your distro (etch, lenny, sid, jaunty,
94 94
 intrepid, hardy) in place of &lt;DISTRIBUTION&gt;.
... ...
@@ -97,8 +97,8 @@ intrepid, hardy) in place of &lt;DISTRIBUTION&gt;.
97 97
 <p>
98 98
 Then run
99 99
 <pre>
100
-gpg --keyserver keys.gnupg.net --recv 94C09C7F
101
-gpg --export 94C09C7F | sudo apt-key add -
100
+gpg --keyserver keys.gnupg.net --recv 886DDD89
101
+gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
102 102
 apt-get update
103 103
 apt-get install tor tor-geoipdb
104 104
 </pre>
... ...
@@ -121,11 +121,11 @@ If you want to build your own debs from source you must first add an
121 121
 appropriate <tt>deb-src</tt> line to <tt>sources.list</tt>.
122 122
 <pre>
123 123
 # For the stable version.
124
-deb-src http://mirror.noreply.org/pub/tor &lt;DISTRIBUTION&gt; main
124
+deb-src http://deb.torproject.org/torproject.org &lt;DISTRIBUTION&gt; main
125 125
 
126 126
 # For the unstable version.
127
-deb-src http://mirror.noreply.org/pub/tor &lt;DISTRIBUTION&gt; main
128
-deb-src http://mirror.noreply.org/pub/tor experimental-0.2.1.x-&lt;DISTRIBUTION&gt; main
127
+deb-src http://deb.torproject.org/torproject.org &lt;DISTRIBUTION&gt; main
128
+deb-src http://deb.torproject.org/torproject.org experimental-&lt;DISTRIBUTION&gt; main
129 129
 </pre>
130 130
 You also need to install the necessary packages to build your own debs and the
131 131
 packages needed to build Tor:
132 132