[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r20962: {website} Seperate the apt-get update from the gpg key addition Sugges (website/trunk/docs/en)
Author: sebastian
Date: 2009-11-18 00:19:20 -0500 (Wed, 18 Nov 2009)
New Revision: 20962
Modified:
website/trunk/docs/en/debian.wml
Log:
Seperate the apt-get update from the gpg key addition
Suggested by gbear14275 on #tor
Modified: website/trunk/docs/en/debian.wml
===================================================================
--- website/trunk/docs/en/debian.wml 2009-11-17 15:09:11 UTC (rev 20961)
+++ website/trunk/docs/en/debian.wml 2009-11-18 05:19:20 UTC (rev 20962)
@@ -65,6 +65,7 @@
<pre>
gpg --keyserver keys.gnupg.net --recv 886DDD89
gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
+
apt-get update
apt-get install tor tor-geoipdb
</pre>