summaryrefslogtreecommitdiff
path: root/pages/linux/en.md
diff options
context:
space:
mode:
Diffstat (limited to 'pages/linux/en.md')
-rw-r--r--pages/linux/en.md20
1 files changed, 6 insertions, 14 deletions
diff --git a/pages/linux/en.md b/pages/linux/en.md
index 535c499..19f668c 100644
--- a/pages/linux/en.md
+++ b/pages/linux/en.md
@@ -48,23 +48,15 @@ If you are using Wheezy, then you will need to use the bundle method.
The Bitmask stand alone bundle should work on most recent versions of Debian and Ubuntu. You are welcome to try the bundle on other distributions, it sometimes works. Alternately, you can [[build it from source => https://leap.se/en/docs/get-involved/source]].
-First determine if you running a 32 bit or 64 bit kernel by running the following command:
+Our most recent stable release is only available for a 64 bit kernel.
- uname -m
-
-<table class="table"><tr><td>
- If the result is x86_64, you have <b>64 bit</b>
-</td><td>
+<table class="table">
+<tr><td>
<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz', :text => 'Download 64 bit'}) %>
</td><td>
[[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc]]
-</td></tr><tr><td>
- If the result is: i686 or i386, you have <b>32 bit</b>
-</td><td>
- <%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz', :text => 'Download 32 bit'}) %>
-</td><td>
- [[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz.asc]]
-</td></tr></table>
+</td></tr>
+</table>
Optionally, you can [[authenticate the signature => signature-verification]] using LEAP's archive signing key.
@@ -79,4 +71,4 @@ If you want to try an experimental or release candidate versions of Bitmask, you
apt-get update
apt-get dist-upgrade
-**NOTE:** When upgrading the version of your operating system, you must also follow the directions listed under "When upgrading the OS" above. \ No newline at end of file
+**NOTE:** When upgrading the version of your operating system, you must also follow the directions listed under "When upgrading the OS" above.