[tor-commits] [webwml/master] Make 64bit instructions default for Linux on signature verification page

hiro at torproject.org hiro at torproject.org
Mon Apr 10 12:39:06 UTC 2017


commit 39e3fe0954986998952207df909cf289d10cef2e
Author: hiromipaw <hiro at torproject.org>
Date:   Mon Apr 10 14:28:23 2017 +0200

    Make 64bit instructions default for Linux on signature verification page
---
 docs/en/verifying-signatures.wml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/en/verifying-signatures.wml b/docs/en/verifying-signatures.wml
index 1db3fd9..d019139 100644
--- a/docs/en/verifying-signatures.wml
+++ b/docs/en/verifying-signatures.wml
@@ -153,9 +153,9 @@
     <strong>For Mac OS X users</strong>:<br />
     <pre>gpg --verify ~/Downloads/TorBrowser-<version-torbrowserbundleosx64>-osx64_en-US.dmg{.asc*,}</pre>
 
-    <strong>For Linux users</strong> (change 32 to 64 if you have the 64-bit package):<br />
-    <pre>gpg --verify tor-browser-linux32-<version-torbrowserbundlelinux32>_en-US.tar.xz.asc
-    tor-browser-linux32-<version-torbrowserbundlelinux32>_en-US.tar.xz</pre>
+    <strong>For Linux users</strong> (change 64 to 32 if you have the 32-bit package):<br />
+    <pre>gpg --verify tor-browser-linux64-<version-torbrowserbundlelinux64>_en-US.tar.xz.asc
+    tor-browser-linux64-<version-torbrowserbundlelinux64>_en-US.tar.xz</pre>
 
     <p>The output should say "Good signature":</p>
 
@@ -214,8 +214,8 @@
       file, and the <tt>sha256sums-unsigned-build.txt.asc</tt> signature file.
       They can all be found in the same directory under
       <a href="https://www.torproject.org/dist/torbrowser/">
-      https://www.torproject.org/dist/torbrowser/</a>, for example in '<version-torbrowserbundlelinux32>'
-      for Tor Browser <version-torbrowserbundlelinux32>.</li>
+      https://www.torproject.org/dist/torbrowser/</a>, for example in '<version-torbrowserbundlelinux64>'
+      for Tor Browser <version-torbrowserbundlelinux64>.</li>
       <li>In case your operating system is adding the .txt extension
       automatically to the SHA256 sums signature file strip it again by running
       <pre>mv sha256sums-unsigned-build.txt.asc.txt sha256sums-unsigned-build.txt.asc</pre>





More information about the tor-commits mailing list