Sebastian Hahn commited on 2015-02-09 23:01:17
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.
... | ... |
@@ -137,7 +137,7 @@ |
137 | 137 |
to download the ".asc" file as well. Assuming you downloaded the |
138 | 138 |
package and its signature to your Desktop, run:</p> |
139 | 139 |
|
140 |
- <pre>gpg --verify /Users/Alice/TorBrowser-<version-torbrowserbundleosx32>-osx32_en-US.dmg{.asc*,}</pre> |
|
140 |
+ <pre>gpg --verify ~/Desktop/TorBrowser-<version-torbrowserbundleosx32>-osx32_en-US.dmg{.asc*,}</pre> |
|
141 | 141 |
|
142 | 142 |
<p>The output should say "Good signature": </p> |
143 | 143 |
|
... | ... |
@@ -220,7 +220,7 @@ |
220 | 220 |
Windows you can use the <a href="http://md5deep.sourceforge.net/"> |
221 | 221 |
hashdeep utility</a> and run |
222 | 222 |
<pre>C:\location\where\you\saved\hashdeep -c sha256sum <TOR BROWSER FILE NAME>.exe</pre> |
223 |
- On Mac or Linux you can run <pre>sha256sum <TOR BROWSER FILE NAME>.zip</pre> or <pre>sha256sum <TOR BROWSER FILE NAME>.tar.gz</pre> without having to download a utility.</li> |
|
223 |
+ On Mac or Linux you can run <pre>sha256sum <TOR BROWSER FILE NAME>.dmg</pre> or <pre>sha256sum <TOR BROWSER FILE NAME>.tar.gz</pre> without having to download a utility.</li> |
|
224 | 224 |
<li>You will see a string of letters and numbers.</li> |
225 | 225 |
<li>Open sha256sums.txt in a text editor.</li> |
226 | 226 |
<li>Locate the name of the Tor Browser file you downloaded.</li> |
227 | 227 |