summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-05-19 10:51:06 -0700
committerelijah <elijah@riseup.net>2016-05-19 10:51:06 -0700
commitefcaf65ea6af5f30dd504afbe766e8aa2732e32b (patch)
tree0d1145f644564f94713fdcbb8be757b660cd65f5 /public
parent577f68fc429b70822c56b2d22460cea8b4f46a11 (diff)
added xenial xerus
Diffstat (limited to 'public')
-rw-r--r--public/apt.keybin20188 -> 18227 bytes
-rw-r--r--public/experimental_apt.keybin3423 -> 3423 bytes
-rw-r--r--public/linux/index.en.html32
-rw-r--r--public/linux/index.es.html32
-rw-r--r--public/linux/index.pt.html32
-rw-r--r--public/linux/index.ru.html17
6 files changed, 70 insertions, 43 deletions
diff --git a/public/apt.key b/public/apt.key
index dd7f3be..606816b 100644
--- a/public/apt.key
+++ b/public/apt.key
Binary files differ
diff --git a/public/experimental_apt.key b/public/experimental_apt.key
index 5cc9064..4118f81 100644
--- a/public/experimental_apt.key
+++ b/public/experimental_apt.key
Binary files differ
diff --git a/public/linux/index.en.html b/public/linux/index.en.html
index 86fc273..e46a659 100644
--- a/public/linux/index.en.html
+++ b/public/linux/index.en.html
@@ -78,18 +78,18 @@ Bitmask Downloads
<li><code>i386</code>, you have <strong>32 bit</strong></li>
</ul>
<p>Then download the appropriate version below:</p>
-<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz'>
<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>
-<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc">Signature file</a></p>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz'>
<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><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz.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>
<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 />
@@ -99,6 +99,12 @@ Bitmask Downloads
<li>Running from the bundle is slower to start than via packages.</li>
</ul>
<h3><a name="packages"></a>Packages</h3>
+<p><strong>Xenial Xerus (16.04)</strong></p>
+<p><p class='b'>To install</p>
+<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian xenial main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-archive-keyring&#x000A;</pre>
+<p class='b'>To remove</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-archive-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian xenial main"</pre>
+</p>
<p><strong>Wily Werewolf (15.10)</strong></p>
<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-archive-keyring&#x000A;</pre>
@@ -112,7 +118,7 @@ Bitmask Downloads
<pre>sudo -s&#x000A;apt-get remove bitmask leap-archive-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian vivid main"</pre>
</p>
<h2><a name="debian"></a>Debian</h2>
-<p>There are two ways to install bitmask on Debian, via packages and via bundles. If you are comfortable with the command line, we recommend using packages when available, if you are comfortable with the command line, otherwise use the bundle. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date.</p>
+<p>There are two ways to install bitmask on Debian, via packages and via bundles. If you are comfortable with the command line, we recommend using packages when available, otherwise use the bundle. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date.</p>
<p>For Debian, we only provide packages for Stable (Jessie/8), Testing (Stretch) and Unstable (Sid).</p>
<p>If you are using Wheezy, then you will need to use the bundle method.</p>
<h3><a name="bundle-2"></a>Bundle</h3>
@@ -125,18 +131,18 @@ Bitmask Downloads
<li><code>i386</code>, you have <strong>32 bit</strong></li>
</ul>
<p>Then download the appropriate version below:</p>
-<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz'>
<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>
-<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc">Signature file</a></p>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz'>
<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><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz.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>
<h3><a name="packages-2"></a>Packages</h3>
<p><strong>Stable (Jessie/8)</strong></p>
@@ -168,18 +174,18 @@ Bitmask Downloads
<li><code>i386</code>, you have <strong>32 bit</strong></li>
</ul>
<p>Then download the appropriate version below:</p>
-<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz'>
<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>
-<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc">Signature file</a></p>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz'>
<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><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz.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>
diff --git a/public/linux/index.es.html b/public/linux/index.es.html
index 2404cb0..938921b 100644
--- a/public/linux/index.es.html
+++ b/public/linux/index.es.html
@@ -78,18 +78,18 @@ Bitmask Downloads
<li><code>i386</code>, you have <strong>32 bit</strong></li>
</ul>
<p>Then download the appropriate version below:</p>
-<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz'>
<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>
-<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc">Signature file</a></p>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz'>
<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><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz.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>
<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 />
@@ -99,6 +99,12 @@ Bitmask Downloads
<li>Running from the bundle is slower to start than via packages.</li>
</ul>
<h3><a name="packages"></a>Packages</h3>
+<p><strong>Xenial Xerus (16.04)</strong></p>
+<p><p class='b'>To install</p>
+<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian xenial main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-archive-keyring&#x000A;</pre>
+<p class='b'>To remove</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-archive-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian xenial main"</pre>
+</p>
<p><strong>Wily Werewolf (15.10)</strong></p>
<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-archive-keyring&#x000A;</pre>
@@ -112,7 +118,7 @@ Bitmask Downloads
<pre>sudo -s&#x000A;apt-get remove bitmask leap-archive-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian vivid main"</pre>
</p>
<h2><a name="debian"></a>Debian</h2>
-<p>There are two ways to install bitmask on Debian, via packages and via bundles. If you are comfortable with the command line, we recommend using packages when available, if you are comfortable with the command line, otherwise use the bundle. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date.</p>
+<p>There are two ways to install bitmask on Debian, via packages and via bundles. If you are comfortable with the command line, we recommend using packages when available, otherwise use the bundle. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date.</p>
<p>For Debian, we only provide packages for Stable (Jessie/8), Testing (Stretch) and Unstable (Sid).</p>
<p>If you are using Wheezy, then you will need to use the bundle method.</p>
<h3><a name="bundle-2"></a>Bundle</h3>
@@ -125,18 +131,18 @@ Bitmask Downloads
<li><code>i386</code>, you have <strong>32 bit</strong></li>
</ul>
<p>Then download the appropriate version below:</p>
-<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz'>
<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>
-<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc">Signature file</a></p>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz'>
<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><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz.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>
<h3><a name="packages-2"></a>Packages</h3>
<p><strong>Stable (Jessie/8)</strong></p>
@@ -168,18 +174,18 @@ Bitmask Downloads
<li><code>i386</code>, you have <strong>32 bit</strong></li>
</ul>
<p>Then download the appropriate version below:</p>
-<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz'>
<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>
-<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc">Signature file</a></p>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz'>
<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><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz.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>
diff --git a/public/linux/index.pt.html b/public/linux/index.pt.html
index 1f2a1a9..9591f18 100644
--- a/public/linux/index.pt.html
+++ b/public/linux/index.pt.html
@@ -78,18 +78,18 @@ Bitmask Downloads
<li><code>i386</code>, you have <strong>32 bit</strong></li>
</ul>
<p>Then download the appropriate version below:</p>
-<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz'>
<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>
-<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc">Signature file</a></p>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz'>
<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><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz.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>
<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 />
@@ -99,6 +99,12 @@ Bitmask Downloads
<li>Running from the bundle is slower to start than via packages.</li>
</ul>
<h3><a name="packages"></a>Packages</h3>
+<p><strong>Xenial Xerus (16.04)</strong></p>
+<p><p class='b'>To install</p>
+<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian xenial main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-archive-keyring&#x000A;</pre>
+<p class='b'>To remove</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-archive-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian xenial main"</pre>
+</p>
<p><strong>Wily Werewolf (15.10)</strong></p>
<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-archive-keyring&#x000A;</pre>
@@ -112,7 +118,7 @@ Bitmask Downloads
<pre>sudo -s&#x000A;apt-get remove bitmask leap-archive-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian vivid main"</pre>
</p>
<h2><a name="debian"></a>Debian</h2>
-<p>There are two ways to install bitmask on Debian, via packages and via bundles. If you are comfortable with the command line, we recommend using packages when available, if you are comfortable with the command line, otherwise use the bundle. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date.</p>
+<p>There are two ways to install bitmask on Debian, via packages and via bundles. If you are comfortable with the command line, we recommend using packages when available, otherwise use the bundle. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date.</p>
<p>For Debian, we only provide packages for Stable (Jessie/8), Testing (Stretch) and Unstable (Sid).</p>
<p>If you are using Wheezy, then you will need to use the bundle method.</p>
<h3><a name="bundle-2"></a>Bundle</h3>
@@ -125,18 +131,18 @@ Bitmask Downloads
<li><code>i386</code>, you have <strong>32 bit</strong></li>
</ul>
<p>Then download the appropriate version below:</p>
-<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz'>
<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>
-<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc">Signature file</a></p>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz'>
<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><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz.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>
<h3><a name="packages-2"></a>Packages</h3>
<p><strong>Stable (Jessie/8)</strong></p>
@@ -168,18 +174,18 @@ Bitmask Downloads
<li><code>i386</code>, you have <strong>32 bit</strong></li>
</ul>
<p>Then download the appropriate version below:</p>
-<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz'>
<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>
-<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc">Signature file</a></p>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz'>
<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><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz.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>
diff --git a/public/linux/index.ru.html b/public/linux/index.ru.html
index 2ea7db3..58cb251 100644
--- a/public/linux/index.ru.html
+++ b/public/linux/index.ru.html
@@ -25,6 +25,9 @@ Linux - Скачать Bitmask
<a href="#%D0%A3%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%B8%D1%82%D1%8C-%D0%BA%D0%B0%D0%BA-%D0%BF%D0%B0%D0%BA%D0%B5%D1%82">Установить как пакет</a>
<ol>
<li>
+ <a href="#ubuntu-1604-xenial-xerus">Ubuntu 16.04 (Xenial Xerus)</a>
+ </li>
+ <li>
<a href="#ubuntu-1510-wily-werewolf">Ubuntu 15.10 (Wily Werewolf)</a>
</li>
<li>
@@ -63,6 +66,12 @@ apt-get dist-upgrade</code></pre>
<p>Это из-за того, что процесс обновления Ubuntu вероятно закомментировал все ваши предыдущие строки с пользовательскими репозиториями в <code>/etc/apt/sources.list</code>.</p>
<h2><a name="%D0%A3%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%B8%D1%82%D1%8C-%D0%BA%D0%B0%D0%BA-%D0%BF%D0%B0%D0%BA%D0%B5%D1%82"></a>Установить как пакет</h2>
<p>Это рекомендуемый способ установки Bitmask. При установке в качестве пакета Bitmask будет работать быстрее, будет лучше интегрирована с системой, а также будет постоянно обновляться.</p>
+<h3><a name="ubuntu-1604-xenial-xerus"></a>Ubuntu 16.04 (Xenial Xerus)</h3>
+<p><p class='b'>Для установки</p>
+<pre>sudo -s&#x000A;add-apt-repository "deb http://deb.bitmask.net/debian xenial main"&#x000A;wget -O- https://dl.bitmask.net/apt.key | apt-key add -&#x000A;apt-get update&#x000A;apt-get install bitmask leap-archive-keyring&#x000A;</pre>
+<p class='b'>Для удаления</p>
+<pre>sudo -s&#x000A;apt-get remove bitmask leap-archive-keyring&#x000A;apt-key del 0x1E34A1828E207901&#x000A;add-apt-repository --remove "deb http://deb.bitmask.net/debian xenial main"</pre>
+</p>
<h3><a name="ubuntu-1510-wily-werewolf"></a>Ubuntu 15.10 (Wily Werewolf)</h3>
<p><p class='b'>Для установки</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-archive-keyring&#x000A;</pre>
@@ -98,19 +107,19 @@ apt-get dist-upgrade</code></pre>
<li><code>i386</code>, у вас <strong>32-битное</strong></li>
</ul>
<h3><a name="32-%D0%B1%D0%B8%D1%82%D0%BD%D0%BE%D0%B5-%D1%8F%D0%B4%D1%80%D0%BE"></a>32-битное ядро</h3>
-<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2'>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz'>
<i class='fa fa-cloud-download fa-lg'></i>
Скачать 32-битную версию
</a>
</p>
-<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc">Файл подписи</a></p>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.gz.asc">Файл подписи</a></p>
<h3><a name="64-%D0%B1%D0%B8%D1%82%D0%BD%D0%BE%D0%B5-%D1%8F%D0%B4%D1%80%D0%BE"></a>64-битное ядро</h3>
-<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2'>
+<p><a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz'>
<i class='fa fa-cloud-download fa-lg'></i>
Скачать 64-битную версию
</a>
</p>
-<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc">Файл подписи</a></p>
+<p><a href="https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc">Файл подписи</a></p>
<h3><a name="%D0%94%D1%80%D1%83%D0%B3%D0%B8%D0%B5-%D0%B2%D0%B0%D1%80%D0%B8%D0%B0%D0%BD%D1%82%D1%8B"></a>Другие варианты</h3>
<p>Вы можете <a href="https://dl.bitmask.net/client/linux/">просмотреть все версии</a> для старых или экспериментальных загрузок.</p>
<p>Необходимо устанавливать последнюю стабильную версию. Загрузки с тегом &#8220;RC&#8221; являются &#8220;предвыпускными версиями&#8221; и часто содержат экспериментальные обновления, которые могут сломать приложение.</p>