Explain what the individual commands are for in the Debian examples
Sebastian Hahn

Sebastian Hahn commited on 2009-11-18 06:27:01
Zeige 1 geänderte Dateien mit 4 Einfügungen und 2 Löschungen.


Based on suggestions by gbear14275 on #tor. Thanks!
... ...
@@ -61,11 +61,13 @@ intrepid, hardy) in place of <DISTRIBUTION>.
61 61
 </p>
62 62
 
63 63
 <p>
64
-Then run
64
+Then add the gpg key used to sign the packages by running
65 65
 <pre>
66 66
 gpg --keyserver keys.gnupg.net --recv 886DDD89
67 67
 gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
68
-
68
+</pre>
69
+Now refresh your sources and install Tor by running
70
+<pre>
69 71
 apt-get update
70 72
 apt-get install tor tor-geoipdb
71 73
 </pre>
72 74