summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-10-30 17:39:38 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-10-30 17:39:38 -0300
commita364427136ec896f4da7c781b66776c0bb479a08 (patch)
treea6855475ca74c9a4608ae04f0f90272fa6178f36
parent917d88f4be1d5a1c674cd0ef203ddc377cbd505b (diff)
Reorder and simplify bundle installation docs
-rw-r--r--pages/install/linux/en.text35
1 files changed, 21 insertions, 14 deletions
diff --git a/pages/install/linux/en.text b/pages/install/linux/en.text
index a300ced..8ecdf55 100644
--- a/pages/install/linux/en.text
+++ b/pages/install/linux/en.text
@@ -18,16 +18,26 @@ bc. sudo add-apt-repository "deb http://deb.bitmask.net/debian vivid main"
This is because the Ubuntu upgrade process probably commented out all your prior custom repository lines in @/etc/apt/sources.list@.
-h2. Install stand-alone bundle
+---
-Alternately, you can run Bitmask from a stand alone bundle. This is useful if want to run Bitmask from a thumb drive. The bundle should work on most recent Linux distributions that are derived from Debian (e.g. Ubuntu, Mint, Trisquel, etc).
+There are two ways to install Bitmask - via the stand-alone bundles or via packages.
-There are two disadvantages to the stand-alone bundle:
+h2. Download stand-alone bundle
-* The Bitmask app will be less well integrated with the desktop environment.
-* Running from the bundle is slower to start than via packages.
+h3. 64 bit kernel
+
+<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2', :text => 'Download 64 bit'}) %>
+
+[[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc]]
-Optionally, you can [[authenticate the signature => signature-verification]] for the Bitmask files before you run them.
+h3. 32 bit kernel
+
+<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2', :text => 'Download 32 bit'}) %>
+
+[[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc]]
+
+If you want to make sure that the Bitmask wasn't messed with during download
+you can [[authenticate the signature => signature-verification]].
How do you tell if you running a 32 bit or 64 bit kernel? Run the following command:
@@ -39,17 +49,14 @@ If the result is:
* @i686@, you have *32 bit*
* @i386@, you have *32 bit*
-h3. 32 bit kernel
-<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2', :text => 'Download 32 bit'}) %>
-[[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc]]
+NOTE:
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive.
+ There are two disadvantages to the stand-alone bundle:
+ * The Bitmask app will be less well integrated with the desktop environment.
+ * Running from the bundle is slower to start than via packages.
-h3. 64 bit kernel
-
-<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2', :text => 'Download 64 bit'}) %>
-
-[[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc]]
h2. Install as packages