hiromipaw commited on 2017-04-10 14:28:23
Zeige 1 geänderte Dateien mit 5 Einfügungen und 5 Löschungen.
... | ... |
@@ -153,9 +153,9 @@ |
153 | 153 |
<strong>For Mac OS X users</strong>:<br /> |
154 | 154 |
<pre>gpg --verify ~/Downloads/TorBrowser-<version-torbrowserbundleosx64>-osx64_en-US.dmg{.asc*,}</pre> |
155 | 155 |
|
156 |
- <strong>For Linux users</strong> (change 32 to 64 if you have the 64-bit package):<br /> |
|
157 |
- <pre>gpg --verify tor-browser-linux32-<version-torbrowserbundlelinux32>_en-US.tar.xz.asc |
|
158 |
- tor-browser-linux32-<version-torbrowserbundlelinux32>_en-US.tar.xz</pre> |
|
156 |
+ <strong>For Linux users</strong> (change 64 to 32 if you have the 32-bit package):<br /> |
|
157 |
+ <pre>gpg --verify tor-browser-linux64-<version-torbrowserbundlelinux64>_en-US.tar.xz.asc |
|
158 |
+ tor-browser-linux64-<version-torbrowserbundlelinux64>_en-US.tar.xz</pre> |
|
159 | 159 |
|
160 | 160 |
<p>The output should say "Good signature":</p> |
161 | 161 |
|
... | ... |
@@ -214,8 +214,8 @@ |
214 | 214 |
file, and the <tt>sha256sums-unsigned-build.txt.asc</tt> signature file. |
215 | 215 |
They can all be found in the same directory under |
216 | 216 |
<a href="https://www.torproject.org/dist/torbrowser/"> |
217 |
- https://www.torproject.org/dist/torbrowser/</a>, for example in '<version-torbrowserbundlelinux32>' |
|
218 |
- for Tor Browser <version-torbrowserbundlelinux32>.</li> |
|
217 |
+ https://www.torproject.org/dist/torbrowser/</a>, for example in '<version-torbrowserbundlelinux64>' |
|
218 |
+ for Tor Browser <version-torbrowserbundlelinux64>.</li> |
|
219 | 219 |
<li>In case your operating system is adding the .txt extension |
220 | 220 |
automatically to the SHA256 sums signature file strip it again by running |
221 | 221 |
<pre>mv sha256sums-unsigned-build.txt.asc.txt sha256sums-unsigned-build.txt.asc</pre> |
222 | 222 |