summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2016-10-11 17:49:14 +0200
committerkwadronaut <kwadronaut@leap.se>2016-10-11 17:49:14 +0200
commitc950fc31b370e1e2e8b46844871d94cec7ac1ee7 (patch)
tree0c6b26330333aa654ccb0af9419189f19a094249
parentb7cd6fd57f1891977cce93d0b10d986a5e461f38 (diff)
remove reference to 32-bit bundle, since it wasn´t build closes #8533
-rw-r--r--pages/install/linux/en.md20
1 files changed, 6 insertions, 14 deletions
diff --git a/pages/install/linux/en.md b/pages/install/linux/en.md
index 535c499..19f668c 100644
--- a/pages/install/linux/en.md
+++ b/pages/install/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.