summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2015-11-04 12:50:52 -0500
committerMicah Anderson <micah@riseup.net>2015-11-04 12:50:52 -0500
commitf1a84dc9cea2fc035bd63d5bc5e6efe775b4fd8d (patch)
tree67ec6c6abbfa0828b0221d1a20c5e8ca0fbf9796 /public
parent3fa59fc9697a5dd1f63c973669554a25765a0fe8 (diff)
rebuild amber
Diffstat (limited to 'public')
-rw-r--r--public/apt.keybin18227 -> 4648 bytes
-rw-r--r--public/linux/index.en.html174
-rw-r--r--public/linux/index.es.html174
-rw-r--r--public/linux/index.pt.html174
4 files changed, 429 insertions, 93 deletions
diff --git a/public/apt.key b/public/apt.key
index 606816b..b6b5077 100644
--- a/public/apt.key
+++ b/public/apt.key
Binary files differ
diff --git a/public/linux/index.en.html b/public/linux/index.en.html
index 19e1faa..ede2ebf 100644
--- a/public/linux/index.en.html
+++ b/public/linux/index.en.html
@@ -19,27 +19,39 @@ Bitmask Downloads
<div class='bm-main container'>
<div id="TOC"><ol>
<li>
- <a href="#download-stand-alone-bundle">Download stand-alone bundle</a>
+ <a href="#for-gnulinux-please-use-one-of-the-following-options-depending-on-what-distribution-you-are-running">For <span class="caps">GNU</span>/Linux, please use one of the following options depending on what distribution you are running</a>
+ </li>
+ <li>
+ <a href="#how-do-i-know-which-gnulinux-distribution-i-am-running">How do I know which <span class="caps">GNU</span>/Linux distribution I am running?</a>
+ </li>
+ <li>
+ <a href="#ubuntu">Ubuntu</a>
<ol>
<li>
- <a href="#64-bit-kernel">64 bit kernel</a>
+ <a href="#wily-werewolf-1510">Wily Werewolf (15.10)</a>
</li>
<li>
- <a href="#32-bit-kernel">32 bit kernel</a>
+ <a href="#vivid-vervet-1504">Vivid Vervet (15.04)</a>
+ </li>
+ <li>
+ <a href="#trusty-tahr-1404">Trusty Tahr (14.04)</a>
+ </li>
+ <li>
+ <a href="#other">Other</a>
</li>
</ol>
</li>
<li>
- <a href="#install-as-packages">Install as packages</a>
+ <a href="#debian">Debian</a>
<ol>
<li>
- <a href="#ubuntu-1510-wily-werewolf">Ubuntu 15.10 (Wily Werewolf)</a>
+ <a href="#80stable-jessie">8.0/Stable (Jessie)</a>
</li>
<li>
- <a href="#ubuntu-1504-vivid-vervet">Ubuntu 15.04 (Vivid Vervet)</a>
+ <a href="#testing-stretch">Testing (Stretch)</a>
</li>
<li>
- <a href="#debian-80-jessie">Debian 8.0 (Jessie)</a>
+ <a href="#other-2">Other</a>
</li>
</ol>
</li>
@@ -56,25 +68,74 @@ Bitmask Downloads
</div>
</div>
</p>
-<p>There are two ways to install Bitmask &#8211; via the stand-alone bundles or via packages.</p>
-<h2><a name="download-stand-alone-bundle"></a>Download stand-alone bundle</h2>
-<h3><a name="64-bit-kernel"></a>64 bit kernel</h3>
+<h2><a name="for-gnulinux-please-use-one-of-the-following-options-depending-on-what-distribution-you-are-running"></a>For <span class="caps">GNU</span>/Linux, please use one of the following options depending on what distribution you are running</h2>
+<h2><a name="how-do-i-know-which-gnulinux-distribution-i-am-running"></a>How do I know which <span class="caps">GNU</span>/Linux distribution I am running?</h2>
+<p>To find out which distribution you are running, opena terminal and type in the following:</p>
+<p>.bc cat /etc/issue</p>
+<h2><a name="ubuntu"></a>Ubuntu</h2>
+<p>For Ubuntu, we provide packages for Wily Werewolf (15.10) and Vivid Vervet (15.04). This is the recommended method of installing Bitmask. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date.</p>
+<p>If you are using Trusty, then you will use the bundle method.</p>
+<p>We are sorry, Precise Penguin (12.04) is not working at this time.</p>
+<h3><a name="wily-werewolf-1510"></a>Wily Werewolf (15.10)</h3>
+<p><p class='b'>To install</p>
+<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian wily main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<p class='b'>To remove</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian wily main"</pre>
+</p>
+<h3><a name="vivid-vervet-1504"></a>Vivid Vervet (15.04)</h3>
+<p><p class='b'>To install</p>
+<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian vivid main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<p class='b'>To remove</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian vivid main"</pre>
+</p>
+<h3><a name="trusty-tahr-1404"></a>Trusty Tahr (14.04)</h3>
+<p><code>Bundle Installation</code></p>
+<p><strong><span class="caps">NOTE</span>:</strong><br />
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don&#8217;t support with packages.<br />
+ There are two disadvantages to the stand-alone bundle:</p>
+<ul>
+ <li>The Bitmask app will be less well integrated with the desktop environment.</li>
+ <li>Running from the bundle is slower to start than via packages.</li>
+</ul>
+<p>First determine if you running a 32 bit or 64 bit kernel by running the following command:</p>
+<pre><code>uname -m</code></pre>
+<p>If the result is:</p>
+<ul>
+ <li><code>x86_64</code>, you have <strong>64 bit</strong></li>
+ <li><code>i686</code>, you have <strong>32 bit</strong></li>
+ <li><code>i386</code>, you have <strong>32 bit</strong></li>
+</ul>
+<p>Then download the appropriate version below:</p>
+<ul>
+ <li>64 bit kernel</li>
+</ul>
<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
<i class='fa fa-cloud-download fa-lg'></i>
Download 64 bit
</a>
</p>
<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc">Signature file</a></p>
-<h3><a name="32-bit-kernel"></a>32 bit kernel</h3>
+<ul>
+ <li>32 bit kernel</li>
+</ul>
<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
<i class='fa fa-cloud-download fa-lg'></i>
Download 32 bit
</a>
</p>
<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc">Signature file</a></p>
-<p>If you want to make sure that the Bitmask wasn&#8217;t messed with during download<br />
-you can <a href="/en/signature-verification">authenticate the signature</a>.</p>
-<p>How do you tell if you running a 32 bit or 64 bit kernel? Run the following command:</p>
+<p>If you want to make sure that the Bitmask wasn&#8217;t messed with during download you can <a href="/en/signature-verification">authenticate the signature</a>.</p>
+<h3><a name="other"></a>Other</h3>
+<p>Please note that we only provide support for the above versions of Ubuntu. You are welcome to try and get Bitmask running on another version of Ubuntu, but we know that it currently wont work with the packages or bundle for Precise Penguin (12.04). If you wish to attempt to get Bitmask working for another version of Ubuntu that is not listed above, we recommend attempting to use the bundle (see below), or have a look at <a href="https://leap.se/en/docs/get-involved/source">building it from source</a>.</p>
+<p><code>Bundle Installation</code></p>
+<p><strong><span class="caps">NOTE</span>:</strong><br />
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don&#8217;t support with packages.<br />
+ There are two disadvantages to the stand-alone bundle:</p>
+<ul>
+ <li>The Bitmask app will be less well integrated with the desktop environment.</li>
+ <li>Running from the bundle is slower to start than via packages.</li>
+</ul>
+<p>First determine if you running a 32 bit or 64 bit kernel by running the following command:</p>
<pre><code>uname -m</code></pre>
<p>If the result is:</p>
<ul>
@@ -82,39 +143,90 @@ you can <a href="/en/signature-verification">authenticate the signature</a>.</p>
<li><code>i686</code>, you have <strong>32 bit</strong></li>
<li><code>i386</code>, you have <strong>32 bit</strong></li>
</ul>
-<p><span class="caps">NOTE</span>:<br />
- Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don&#8217;t support with packages.<br />
- There are two disadvantages to the stand-alone bundle:</p>
+<p>Then download the appropriate version below:</p>
<ul>
- <li>The Bitmask app will be less well integrated with the desktop environment.</li>
- <li>Running from the bundle is slower to start than via packages.</li>
+ <li>64 bit kernel</li>
+</ul>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download 64 bit
+</a>
+</p>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc">Signature file</a></p>
+<ul>
+ <li>32 bit kernel</li>
</ul>
-<h2><a name="install-as-packages"></a>Install as packages</h2>
-<p>This is the recommended method of installing Bitmask. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date.</p>
-<h3><a name="ubuntu-1510-wily-werewolf"></a>Ubuntu 15.10 (Wily Werewolf)</h3>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download 32 bit
+</a>
+</p>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc">Signature file</a></p>
+<p>If you want to make sure that the Bitmask wasn&#8217;t messed with during download you can <a href="/en/signature-verification">authenticate the signature</a>.</p>
+<h2><a name="debian"></a>Debian</h2>
+<p>For Debian, we provide packages for the following versions. This is the recommended method of installing Bitmask. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date.</p>
+<h3><a name="80stable-jessie"></a>8.0/Stable (Jessie)</h3>
<p><p class='b'>To install</p>
-<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian wily main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
<p class='b'>To remove</p>
-<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian wily main"</pre>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;rm /etc/apt/sources.list.d/bitmask.list&#x000A;</pre>
</p>
-<h3><a name="ubuntu-1504-vivid-vervet"></a>Ubuntu 15.04 (Vivid Vervet)</h3>
+<h3><a name="testing-stretch"></a>Testing (Stretch)</h3>
<p><p class='b'>To install</p>
-<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian vivid main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian testing main" > /etc/apt/sources.list.d/bitmask.list&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
<p class='b'>To remove</p>
-<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian vivid main"</pre>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;rm /etc/apt/sources.list.d/bitmask.list&#x000A;</pre>
</p>
-<h3><a name="debian-80-jessie"></a>Debian 8.0 (Jessie)</h3>
-<p><p class='b'>To install</p>
-<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<h3>Unstable (Sid)<br />
+<p class='b'>To install</p>
+<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian sid main" > /etc/apt/sources.list.d/bitmask.list&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
<p class='b'>To remove</p>
<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;rm /etc/apt/sources.list.d/bitmask.list&#x000A;</pre>
+</h3>
+<h3><a name="other-2"></a>Other</h3>
+<p>Please note that we only provide support for the above versions of Debian. You are welcome to try and get Bitmask running on another version of Debian, we recommend attempting to use the bundle (see below), or have a look at <a href="https://leap.se/en/docs/get-involved/source">building it from source</a>.</p>
+<p><strong><span class="caps">NOTE</span>:</strong><br />
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don&#8217;t support with packages.<br />
+ There are two disadvantages to the stand-alone bundle:</p>
+<ul>
+ <li>The Bitmask app will be less well integrated with the desktop environment.</li>
+ <li>Running from the bundle is slower to start than via packages.</li>
+</ul>
+<p><code>Bundle Installation</code></p>
+<p>How do you tell if you running a 32 bit or 64 bit kernel? Run the following command:</p>
+<pre><code>uname -m</code></pre>
+<p>If the result is:</p>
+<ul>
+ <li><code>x86_64</code>, you have <strong>64 bit</strong></li>
+ <li><code>i686</code>, you have <strong>32 bit</strong></li>
+ <li><code>i386</code>, you have <strong>32 bit</strong></li>
+</ul>
+<p>Then download the appropriate version below:</p>
+<ul>
+ <li>64 bit kernel</li>
+</ul>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download 64 bit
+</a>
+</p>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc">Signature file</a></p>
+<ul>
+ <li>32 bit kernel</li>
+</ul>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download 32 bit
+</a>
</p>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc">Signature file</a></p>
+<p>If you want to make sure that the Bitmask wasn&#8217;t messed with during download you can <a href="/en/signature-verification">authenticate the signature</a>.</p>
<h2><a name="upgrading"></a>Upgrading</h2>
<p><strong>From stand-alone bundles</strong>: Bitmask should upgrade itself automatically (for versions equal or later than 0.7.0). If you are running a version prior to 0.7.0, you can download the new bundle and copy the &#8220;config&#8221; folder from the old bundle directory.</p>
<p><strong>From packages</strong>: If you are running from packages, then you can trigger an update like so:</p>
<pre><code>apt-get update
apt-get dist-upgrade</code></pre>
-<p><span class="caps">NOTE</span>: When upgrading Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again:</p>
+<p><strong><span class="caps">NOTE</span>:</strong> When upgrading Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again:</p>
<pre><code>sudo add-apt-repository "deb <a href="http://deb.bitmask.net/debian">deb.bitmask.net/debian</a> vivid main"</code></pre>
<p>Similar is needed for the upgrade from 15.04 to 15.10 (Wily):</p>
<pre><code>sudo add-apt-repository "deb <a href="http://deb.bitmask.net/debian">deb.bitmask.net/debian</a> wily main"</code></pre>
diff --git a/public/linux/index.es.html b/public/linux/index.es.html
index 724ebda..3dd424c 100644
--- a/public/linux/index.es.html
+++ b/public/linux/index.es.html
@@ -19,27 +19,39 @@ Bitmask Downloads
<div class='bm-main container'>
<div id="TOC"><ol>
<li>
- <a href="#download-stand-alone-bundle">Download stand-alone bundle</a>
+ <a href="#for-gnulinux-please-use-one-of-the-following-options-depending-on-what-distribution-you-are-running">For <span class="caps">GNU</span>/Linux, please use one of the following options depending on what distribution you are running</a>
+ </li>
+ <li>
+ <a href="#how-do-i-know-which-gnulinux-distribution-i-am-running">How do I know which <span class="caps">GNU</span>/Linux distribution I am running?</a>
+ </li>
+ <li>
+ <a href="#ubuntu">Ubuntu</a>
<ol>
<li>
- <a href="#64-bit-kernel">64 bit kernel</a>
+ <a href="#wily-werewolf-1510">Wily Werewolf (15.10)</a>
</li>
<li>
- <a href="#32-bit-kernel">32 bit kernel</a>
+ <a href="#vivid-vervet-1504">Vivid Vervet (15.04)</a>
+ </li>
+ <li>
+ <a href="#trusty-tahr-1404">Trusty Tahr (14.04)</a>
+ </li>
+ <li>
+ <a href="#other">Other</a>
</li>
</ol>
</li>
<li>
- <a href="#install-as-packages">Install as packages</a>
+ <a href="#debian">Debian</a>
<ol>
<li>
- <a href="#ubuntu-1510-wily-werewolf">Ubuntu 15.10 (Wily Werewolf)</a>
+ <a href="#80stable-jessie">8.0/Stable (Jessie)</a>
</li>
<li>
- <a href="#ubuntu-1504-vivid-vervet">Ubuntu 15.04 (Vivid Vervet)</a>
+ <a href="#testing-stretch">Testing (Stretch)</a>
</li>
<li>
- <a href="#debian-80-jessie">Debian 8.0 (Jessie)</a>
+ <a href="#other-2">Other</a>
</li>
</ol>
</li>
@@ -56,25 +68,74 @@ Bitmask Downloads
</div>
</div>
</p>
-<p>There are two ways to install Bitmask &#8211; via the stand-alone bundles or via packages.</p>
-<h2><a name="download-stand-alone-bundle"></a>Download stand-alone bundle</h2>
-<h3><a name="64-bit-kernel"></a>64 bit kernel</h3>
+<h2><a name="for-gnulinux-please-use-one-of-the-following-options-depending-on-what-distribution-you-are-running"></a>For <span class="caps">GNU</span>/Linux, please use one of the following options depending on what distribution you are running</h2>
+<h2><a name="how-do-i-know-which-gnulinux-distribution-i-am-running"></a>How do I know which <span class="caps">GNU</span>/Linux distribution I am running?</h2>
+<p>To find out which distribution you are running, opena terminal and type in the following:</p>
+<p>.bc cat /etc/issue</p>
+<h2><a name="ubuntu"></a>Ubuntu</h2>
+<p>For Ubuntu, we provide packages for Wily Werewolf (15.10) and Vivid Vervet (15.04). This is the recommended method of installing Bitmask. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date.</p>
+<p>If you are using Trusty, then you will use the bundle method.</p>
+<p>We are sorry, Precise Penguin (12.04) is not working at this time.</p>
+<h3><a name="wily-werewolf-1510"></a>Wily Werewolf (15.10)</h3>
+<p><p class='b'>To install</p>
+<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian wily main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<p class='b'>To remove</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian wily main"</pre>
+</p>
+<h3><a name="vivid-vervet-1504"></a>Vivid Vervet (15.04)</h3>
+<p><p class='b'>To install</p>
+<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian vivid main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<p class='b'>To remove</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian vivid main"</pre>
+</p>
+<h3><a name="trusty-tahr-1404"></a>Trusty Tahr (14.04)</h3>
+<p><code>Bundle Installation</code></p>
+<p><strong><span class="caps">NOTE</span>:</strong><br />
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don&#8217;t support with packages.<br />
+ There are two disadvantages to the stand-alone bundle:</p>
+<ul>
+ <li>The Bitmask app will be less well integrated with the desktop environment.</li>
+ <li>Running from the bundle is slower to start than via packages.</li>
+</ul>
+<p>First determine if you running a 32 bit or 64 bit kernel by running the following command:</p>
+<pre><code>uname -m</code></pre>
+<p>If the result is:</p>
+<ul>
+ <li><code>x86_64</code>, you have <strong>64 bit</strong></li>
+ <li><code>i686</code>, you have <strong>32 bit</strong></li>
+ <li><code>i386</code>, you have <strong>32 bit</strong></li>
+</ul>
+<p>Then download the appropriate version below:</p>
+<ul>
+ <li>64 bit kernel</li>
+</ul>
<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
<i class='fa fa-cloud-download fa-lg'></i>
Download 64 bit
</a>
</p>
<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc">Signature file</a></p>
-<h3><a name="32-bit-kernel"></a>32 bit kernel</h3>
+<ul>
+ <li>32 bit kernel</li>
+</ul>
<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
<i class='fa fa-cloud-download fa-lg'></i>
Download 32 bit
</a>
</p>
<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc">Signature file</a></p>
-<p>If you want to make sure that the Bitmask wasn&#8217;t messed with during download<br />
-you can <a href="/es/signature-verification">authenticate the signature</a>.</p>
-<p>How do you tell if you running a 32 bit or 64 bit kernel? Run the following command:</p>
+<p>If you want to make sure that the Bitmask wasn&#8217;t messed with during download you can <a href="/es/signature-verification">authenticate the signature</a>.</p>
+<h3><a name="other"></a>Other</h3>
+<p>Please note that we only provide support for the above versions of Ubuntu. You are welcome to try and get Bitmask running on another version of Ubuntu, but we know that it currently wont work with the packages or bundle for Precise Penguin (12.04). If you wish to attempt to get Bitmask working for another version of Ubuntu that is not listed above, we recommend attempting to use the bundle (see below), or have a look at <a href="https://leap.se/en/docs/get-involved/source">building it from source</a>.</p>
+<p><code>Bundle Installation</code></p>
+<p><strong><span class="caps">NOTE</span>:</strong><br />
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don&#8217;t support with packages.<br />
+ There are two disadvantages to the stand-alone bundle:</p>
+<ul>
+ <li>The Bitmask app will be less well integrated with the desktop environment.</li>
+ <li>Running from the bundle is slower to start than via packages.</li>
+</ul>
+<p>First determine if you running a 32 bit or 64 bit kernel by running the following command:</p>
<pre><code>uname -m</code></pre>
<p>If the result is:</p>
<ul>
@@ -82,39 +143,90 @@ you can <a href="/es/signature-verification">authenticate the signature</a>.</p>
<li><code>i686</code>, you have <strong>32 bit</strong></li>
<li><code>i386</code>, you have <strong>32 bit</strong></li>
</ul>
-<p><span class="caps">NOTE</span>:<br />
- Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don&#8217;t support with packages.<br />
- There are two disadvantages to the stand-alone bundle:</p>
+<p>Then download the appropriate version below:</p>
<ul>
- <li>The Bitmask app will be less well integrated with the desktop environment.</li>
- <li>Running from the bundle is slower to start than via packages.</li>
+ <li>64 bit kernel</li>
+</ul>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download 64 bit
+</a>
+</p>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc">Signature file</a></p>
+<ul>
+ <li>32 bit kernel</li>
</ul>
-<h2><a name="install-as-packages"></a>Install as packages</h2>
-<p>This is the recommended method of installing Bitmask. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date.</p>
-<h3><a name="ubuntu-1510-wily-werewolf"></a>Ubuntu 15.10 (Wily Werewolf)</h3>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download 32 bit
+</a>
+</p>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc">Signature file</a></p>
+<p>If you want to make sure that the Bitmask wasn&#8217;t messed with during download you can <a href="/es/signature-verification">authenticate the signature</a>.</p>
+<h2><a name="debian"></a>Debian</h2>
+<p>For Debian, we provide packages for the following versions. This is the recommended method of installing Bitmask. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date.</p>
+<h3><a name="80stable-jessie"></a>8.0/Stable (Jessie)</h3>
<p><p class='b'>To install</p>
-<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian wily main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
<p class='b'>To remove</p>
-<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian wily main"</pre>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;rm /etc/apt/sources.list.d/bitmask.list&#x000A;</pre>
</p>
-<h3><a name="ubuntu-1504-vivid-vervet"></a>Ubuntu 15.04 (Vivid Vervet)</h3>
+<h3><a name="testing-stretch"></a>Testing (Stretch)</h3>
<p><p class='b'>To install</p>
-<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian vivid main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian testing main" > /etc/apt/sources.list.d/bitmask.list&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
<p class='b'>To remove</p>
-<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian vivid main"</pre>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;rm /etc/apt/sources.list.d/bitmask.list&#x000A;</pre>
</p>
-<h3><a name="debian-80-jessie"></a>Debian 8.0 (Jessie)</h3>
-<p><p class='b'>To install</p>
-<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<h3>Unstable (Sid)<br />
+<p class='b'>To install</p>
+<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian sid main" > /etc/apt/sources.list.d/bitmask.list&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
<p class='b'>To remove</p>
<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;rm /etc/apt/sources.list.d/bitmask.list&#x000A;</pre>
+</h3>
+<h3><a name="other-2"></a>Other</h3>
+<p>Please note that we only provide support for the above versions of Debian. You are welcome to try and get Bitmask running on another version of Debian, we recommend attempting to use the bundle (see below), or have a look at <a href="https://leap.se/en/docs/get-involved/source">building it from source</a>.</p>
+<p><strong><span class="caps">NOTE</span>:</strong><br />
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don&#8217;t support with packages.<br />
+ There are two disadvantages to the stand-alone bundle:</p>
+<ul>
+ <li>The Bitmask app will be less well integrated with the desktop environment.</li>
+ <li>Running from the bundle is slower to start than via packages.</li>
+</ul>
+<p><code>Bundle Installation</code></p>
+<p>How do you tell if you running a 32 bit or 64 bit kernel? Run the following command:</p>
+<pre><code>uname -m</code></pre>
+<p>If the result is:</p>
+<ul>
+ <li><code>x86_64</code>, you have <strong>64 bit</strong></li>
+ <li><code>i686</code>, you have <strong>32 bit</strong></li>
+ <li><code>i386</code>, you have <strong>32 bit</strong></li>
+</ul>
+<p>Then download the appropriate version below:</p>
+<ul>
+ <li>64 bit kernel</li>
+</ul>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download 64 bit
+</a>
+</p>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc">Signature file</a></p>
+<ul>
+ <li>32 bit kernel</li>
+</ul>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download 32 bit
+</a>
</p>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc">Signature file</a></p>
+<p>If you want to make sure that the Bitmask wasn&#8217;t messed with during download you can <a href="/es/signature-verification">authenticate the signature</a>.</p>
<h2><a name="upgrading"></a>Upgrading</h2>
<p><strong>From stand-alone bundles</strong>: Bitmask should upgrade itself automatically (for versions equal or later than 0.7.0). If you are running a version prior to 0.7.0, you can download the new bundle and copy the &#8220;config&#8221; folder from the old bundle directory.</p>
<p><strong>From packages</strong>: If you are running from packages, then you can trigger an update like so:</p>
<pre><code>apt-get update
apt-get dist-upgrade</code></pre>
-<p><span class="caps">NOTE</span>: When upgrading Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again:</p>
+<p><strong><span class="caps">NOTE</span>:</strong> When upgrading Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again:</p>
<pre><code>sudo add-apt-repository "deb <a href="http://deb.bitmask.net/debian">deb.bitmask.net/debian</a> vivid main"</code></pre>
<p>Similar is needed for the upgrade from 15.04 to 15.10 (Wily):</p>
<pre><code>sudo add-apt-repository "deb <a href="http://deb.bitmask.net/debian">deb.bitmask.net/debian</a> wily main"</code></pre>
diff --git a/public/linux/index.pt.html b/public/linux/index.pt.html
index f22d496..834a568 100644
--- a/public/linux/index.pt.html
+++ b/public/linux/index.pt.html
@@ -19,27 +19,39 @@ Bitmask Downloads
<div class='bm-main container'>
<div id="TOC"><ol>
<li>
- <a href="#download-stand-alone-bundle">Download stand-alone bundle</a>
+ <a href="#for-gnulinux-please-use-one-of-the-following-options-depending-on-what-distribution-you-are-running">For <span class="caps">GNU</span>/Linux, please use one of the following options depending on what distribution you are running</a>
+ </li>
+ <li>
+ <a href="#how-do-i-know-which-gnulinux-distribution-i-am-running">How do I know which <span class="caps">GNU</span>/Linux distribution I am running?</a>
+ </li>
+ <li>
+ <a href="#ubuntu">Ubuntu</a>
<ol>
<li>
- <a href="#64-bit-kernel">64 bit kernel</a>
+ <a href="#wily-werewolf-1510">Wily Werewolf (15.10)</a>
</li>
<li>
- <a href="#32-bit-kernel">32 bit kernel</a>
+ <a href="#vivid-vervet-1504">Vivid Vervet (15.04)</a>
+ </li>
+ <li>
+ <a href="#trusty-tahr-1404">Trusty Tahr (14.04)</a>
+ </li>
+ <li>
+ <a href="#other">Other</a>
</li>
</ol>
</li>
<li>
- <a href="#install-as-packages">Install as packages</a>
+ <a href="#debian">Debian</a>
<ol>
<li>
- <a href="#ubuntu-1510-wily-werewolf">Ubuntu 15.10 (Wily Werewolf)</a>
+ <a href="#80stable-jessie">8.0/Stable (Jessie)</a>
</li>
<li>
- <a href="#ubuntu-1504-vivid-vervet">Ubuntu 15.04 (Vivid Vervet)</a>
+ <a href="#testing-stretch">Testing (Stretch)</a>
</li>
<li>
- <a href="#debian-80-jessie">Debian 8.0 (Jessie)</a>
+ <a href="#other-2">Other</a>
</li>
</ol>
</li>
@@ -56,25 +68,74 @@ Bitmask Downloads
</div>
</div>
</p>
-<p>There are two ways to install Bitmask &#8211; via the stand-alone bundles or via packages.</p>
-<h2><a name="download-stand-alone-bundle"></a>Download stand-alone bundle</h2>
-<h3><a name="64-bit-kernel"></a>64 bit kernel</h3>
+<h2><a name="for-gnulinux-please-use-one-of-the-following-options-depending-on-what-distribution-you-are-running"></a>For <span class="caps">GNU</span>/Linux, please use one of the following options depending on what distribution you are running</h2>
+<h2><a name="how-do-i-know-which-gnulinux-distribution-i-am-running"></a>How do I know which <span class="caps">GNU</span>/Linux distribution I am running?</h2>
+<p>To find out which distribution you are running, opena terminal and type in the following:</p>
+<p>.bc cat /etc/issue</p>
+<h2><a name="ubuntu"></a>Ubuntu</h2>
+<p>For Ubuntu, we provide packages for Wily Werewolf (15.10) and Vivid Vervet (15.04). This is the recommended method of installing Bitmask. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date.</p>
+<p>If you are using Trusty, then you will use the bundle method.</p>
+<p>We are sorry, Precise Penguin (12.04) is not working at this time.</p>
+<h3><a name="wily-werewolf-1510"></a>Wily Werewolf (15.10)</h3>
+<p><p class='b'>To install</p>
+<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian wily main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<p class='b'>To remove</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian wily main"</pre>
+</p>
+<h3><a name="vivid-vervet-1504"></a>Vivid Vervet (15.04)</h3>
+<p><p class='b'>To install</p>
+<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian vivid main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<p class='b'>To remove</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian vivid main"</pre>
+</p>
+<h3><a name="trusty-tahr-1404"></a>Trusty Tahr (14.04)</h3>
+<p><code>Bundle Installation</code></p>
+<p><strong><span class="caps">NOTE</span>:</strong><br />
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don&#8217;t support with packages.<br />
+ There are two disadvantages to the stand-alone bundle:</p>
+<ul>
+ <li>The Bitmask app will be less well integrated with the desktop environment.</li>
+ <li>Running from the bundle is slower to start than via packages.</li>
+</ul>
+<p>First determine if you running a 32 bit or 64 bit kernel by running the following command:</p>
+<pre><code>uname -m</code></pre>
+<p>If the result is:</p>
+<ul>
+ <li><code>x86_64</code>, you have <strong>64 bit</strong></li>
+ <li><code>i686</code>, you have <strong>32 bit</strong></li>
+ <li><code>i386</code>, you have <strong>32 bit</strong></li>
+</ul>
+<p>Then download the appropriate version below:</p>
+<ul>
+ <li>64 bit kernel</li>
+</ul>
<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
<i class='fa fa-cloud-download fa-lg'></i>
Download 64 bit
</a>
</p>
<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc">Signature file</a></p>
-<h3><a name="32-bit-kernel"></a>32 bit kernel</h3>
+<ul>
+ <li>32 bit kernel</li>
+</ul>
<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
<i class='fa fa-cloud-download fa-lg'></i>
Download 32 bit
</a>
</p>
<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc">Signature file</a></p>
-<p>If you want to make sure that the Bitmask wasn&#8217;t messed with during download<br />
-you can <a href="/pt/signature-verification">authenticate the signature</a>.</p>
-<p>How do you tell if you running a 32 bit or 64 bit kernel? Run the following command:</p>
+<p>If you want to make sure that the Bitmask wasn&#8217;t messed with during download you can <a href="/pt/signature-verification">authenticate the signature</a>.</p>
+<h3><a name="other"></a>Other</h3>
+<p>Please note that we only provide support for the above versions of Ubuntu. You are welcome to try and get Bitmask running on another version of Ubuntu, but we know that it currently wont work with the packages or bundle for Precise Penguin (12.04). If you wish to attempt to get Bitmask working for another version of Ubuntu that is not listed above, we recommend attempting to use the bundle (see below), or have a look at <a href="https://leap.se/en/docs/get-involved/source">building it from source</a>.</p>
+<p><code>Bundle Installation</code></p>
+<p><strong><span class="caps">NOTE</span>:</strong><br />
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don&#8217;t support with packages.<br />
+ There are two disadvantages to the stand-alone bundle:</p>
+<ul>
+ <li>The Bitmask app will be less well integrated with the desktop environment.</li>
+ <li>Running from the bundle is slower to start than via packages.</li>
+</ul>
+<p>First determine if you running a 32 bit or 64 bit kernel by running the following command:</p>
<pre><code>uname -m</code></pre>
<p>If the result is:</p>
<ul>
@@ -82,39 +143,90 @@ you can <a href="/pt/signature-verification">authenticate the signature</a>.</p>
<li><code>i686</code>, you have <strong>32 bit</strong></li>
<li><code>i386</code>, you have <strong>32 bit</strong></li>
</ul>
-<p><span class="caps">NOTE</span>:<br />
- Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don&#8217;t support with packages.<br />
- There are two disadvantages to the stand-alone bundle:</p>
+<p>Then download the appropriate version below:</p>
<ul>
- <li>The Bitmask app will be less well integrated with the desktop environment.</li>
- <li>Running from the bundle is slower to start than via packages.</li>
+ <li>64 bit kernel</li>
+</ul>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download 64 bit
+</a>
+</p>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc">Signature file</a></p>
+<ul>
+ <li>32 bit kernel</li>
</ul>
-<h2><a name="install-as-packages"></a>Install as packages</h2>
-<p>This is the recommended method of installing Bitmask. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date.</p>
-<h3><a name="ubuntu-1510-wily-werewolf"></a>Ubuntu 15.10 (Wily Werewolf)</h3>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download 32 bit
+</a>
+</p>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc">Signature file</a></p>
+<p>If you want to make sure that the Bitmask wasn&#8217;t messed with during download you can <a href="/pt/signature-verification">authenticate the signature</a>.</p>
+<h2><a name="debian"></a>Debian</h2>
+<p>For Debian, we provide packages for the following versions. This is the recommended method of installing Bitmask. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date.</p>
+<h3><a name="80stable-jessie"></a>8.0/Stable (Jessie)</h3>
<p><p class='b'>To install</p>
-<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian wily main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
<p class='b'>To remove</p>
-<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian wily main"</pre>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;rm /etc/apt/sources.list.d/bitmask.list&#x000A;</pre>
</p>
-<h3><a name="ubuntu-1504-vivid-vervet"></a>Ubuntu 15.04 (Vivid Vervet)</h3>
+<h3><a name="testing-stretch"></a>Testing (Stretch)</h3>
<p><p class='b'>To install</p>
-<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian vivid main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian testing main" > /etc/apt/sources.list.d/bitmask.list&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
<p class='b'>To remove</p>
-<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian vivid main"</pre>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;rm /etc/apt/sources.list.d/bitmask.list&#x000A;</pre>
</p>
-<h3><a name="debian-80-jessie"></a>Debian 8.0 (Jessie)</h3>
-<p><p class='b'>To install</p>
-<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
+<h3>Unstable (Sid)<br />
+<p class='b'>To install</p>
+<pre>sudo -s&#x000A;echo "deb http://deb.bitmask.net/debian sid main" > /etc/apt/sources.list.d/bitmask.list&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-keyring&#x000A;</pre>
<p class='b'>To remove</p>
<pre>sudo -s&#x000A;apt-get remove bitmask leap-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;rm /etc/apt/sources.list.d/bitmask.list&#x000A;</pre>
+</h3>
+<h3><a name="other-2"></a>Other</h3>
+<p>Please note that we only provide support for the above versions of Debian. You are welcome to try and get Bitmask running on another version of Debian, we recommend attempting to use the bundle (see below), or have a look at <a href="https://leap.se/en/docs/get-involved/source">building it from source</a>.</p>
+<p><strong><span class="caps">NOTE</span>:</strong><br />
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don&#8217;t support with packages.<br />
+ There are two disadvantages to the stand-alone bundle:</p>
+<ul>
+ <li>The Bitmask app will be less well integrated with the desktop environment.</li>
+ <li>Running from the bundle is slower to start than via packages.</li>
+</ul>
+<p><code>Bundle Installation</code></p>
+<p>How do you tell if you running a 32 bit or 64 bit kernel? Run the following command:</p>
+<pre><code>uname -m</code></pre>
+<p>If the result is:</p>
+<ul>
+ <li><code>x86_64</code>, you have <strong>64 bit</strong></li>
+ <li><code>i686</code>, you have <strong>32 bit</strong></li>
+ <li><code>i386</code>, you have <strong>32 bit</strong></li>
+</ul>
+<p>Then download the appropriate version below:</p>
+<ul>
+ <li>64 bit kernel</li>
+</ul>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download 64 bit
+</a>
+</p>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc">Signature file</a></p>
+<ul>
+ <li>32 bit kernel</li>
+</ul>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download 32 bit
+</a>
</p>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc">Signature file</a></p>
+<p>If you want to make sure that the Bitmask wasn&#8217;t messed with during download you can <a href="/pt/signature-verification">authenticate the signature</a>.</p>
<h2><a name="upgrading"></a>Upgrading</h2>
<p><strong>From stand-alone bundles</strong>: Bitmask should upgrade itself automatically (for versions equal or later than 0.7.0). If you are running a version prior to 0.7.0, you can download the new bundle and copy the &#8220;config&#8221; folder from the old bundle directory.</p>
<p><strong>From packages</strong>: If you are running from packages, then you can trigger an update like so:</p>
<pre><code>apt-get update
apt-get dist-upgrade</code></pre>
-<p><span class="caps">NOTE</span>: When upgrading Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again:</p>
+<p><strong><span class="caps">NOTE</span>:</strong> When upgrading Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again:</p>
<pre><code>sudo add-apt-repository "deb <a href="http://deb.bitmask.net/debian">deb.bitmask.net/debian</a> vivid main"</code></pre>
<p>Similar is needed for the upgrade from 15.04 to 15.10 (Wily):</p>
<pre><code>sudo add-apt-repository "deb <a href="http://deb.bitmask.net/debian">deb.bitmask.net/debian</a> wily main"</code></pre>