apt-get update, not apt-get install update. bah.
Geoff Goodell

Geoff Goodell commited on 2005-04-08 07:09:19
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.

... ...
@@ -114,7 +114,7 @@ deb-src http://mirror.noreply.org/pub/tor stable main
114 114
 <p>To install the packages, issue the following commands:</p>
115 115
 
116 116
 <p><code>
117
-$ apt-get install update<br>
117
+$ apt-get update<br>
118 118
 $ apt-get install tor
119 119
 </code></p>
120 120
 
... ...
@@ -129,7 +129,7 @@ deb-src http://mirror.noreply.org/pub/tor experimental main
129 129
 <p>Then issue the following commands:</p>
130 130
 
131 131
 <p><code>
132
-$ apt-get install update<br>
132
+$ apt-get update<br>
133 133
 $ apt-get install -t experimental tor
134 134
 </code></p>
135 135
 
136 136