Skip to content
Snippets Groups Projects
Unverified Commit 6475c926 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

drastically simplify install page

parent 61cd7dfb
Branches
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
%p %p
%small %small
%a{:href=>"android"} %a{:href=>"android"}
apk get .apk
.col-sm-3.col-xs-6.text-center .col-sm-3.col-xs-6.text-center
%a.btn.btn-default{:href=>"https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz"} %a.btn.btn-default{:href=>"https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz"}
%i.fa.fa-linux.fa-4x %i.fa.fa-linux.fa-4x
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
%p %p
%small %small
%a{:href=>"linux"} %a{:href=>"linux"}
packages bundles, .deb
.col-sm-3.col-xs-6.text-center .col-sm-3.col-xs-6.text-center
%a.btn.btn-default{:href=>"https://dl.bitmask.net/client/osx/stable/Bitmask-latest.pkg"} %a.btn.btn-default{:href=>"https://dl.bitmask.net/client/osx/stable/Bitmask-latest.pkg"}
%i.fa.fa-apple.fa-4x %i.fa.fa-apple.fa-4x
...@@ -43,3 +43,5 @@ ...@@ -43,3 +43,5 @@
.col-sm-8.col-sm-offset-2 .col-sm-8.col-sm-offset-2
.p.text-center .p.text-center
= t :warning = t :warning
= t :warning_disabled
@title = 'Bitmask for GNU/Linux' @title = 'Bitmask for GNU/Linux. Version 0.10.0'
@nav_title = 'Linux' @nav_title = 'Linux'
<%= render({:partial => 'common/notice'}, {:type => 'info', :text => '<b>NOTE:</b> Encrypted email support in Bitmask is still experimental.'}) %> # Standalone Bundles
# Introduction <%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz', :text => 'Download Stable Bundle (64 bit)'}) %>
There are two ways to install Bitmask on Linux, as a **package** or as a stand-alone **bundle**. The [[signature => https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc]] can be [[verified => signature-verification]] using LEAP's archive signing key. You can also browse [[all the downloads => https://dl.bitmask.net/client/linux]], including release candidates.
* **Packages**: run faster, and are better integrated with the desktop environment. # Experimental bundles
* **Bundles**: do not require root, and can be installed on a portable thumb drive.
To find out which distribution you are running, open a terminal and type in the following: If you want to try the latest code, new bundles are continously built.
cat /etc/issue <%= render({:partial => 'common/download_button'}, {:link => 'https://0xacab.org/leap/bitmask-dev/builds/artifacts/master/download?job=bitmask_latest_bundle', :text => 'Download Experimental Bundle (64 bit)'}) %>
# Stand Alone Bundle # Debian/ubuntu
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]]. ```
sudo apt install leap-archive-keyring
sudo sh -c 'echo "deb http://deb.leap.se/client stretch release" >> /etc/apt/sources.list'
sudo apt update && sudo apt install bitmask-qt bitmask-vpn bitmask-mail
```
Our most recent stable release is only available for a 64 bit kernel. Change ``stretch`` for ``zesty`` or ``buster``, according to your distro. [[ Read more => debs ]] about our different repositories.
<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>
</table>
Optionally, you can [[authenticate the signature => signature-verification]] using LEAP's archive signing key. # Other
If you want to try an experimental or release candidate versions of Bitmask, you can browse the [[full list of available downloads => https://dl.bitmask.net/client/linux]]. If none of the above methods works for you, you can try to install [[ via pip => pip ]] or [[ from source => git ]], or get in contact with us if you want to package Bitmask for some other distribution.
# Ubuntu Packages
### Ubuntu 16.04 LTS (Xenial Xerus)
<%= render({:partial => 'via_packages'}, {:distro => 'xenial'}) %>
### Ubuntu 15.10 (Wily Werewolf)
<%= render({:partial => 'via_packages'}, {:distro => 'wily'}) %>
### Ubuntu 15.04 (Vivid Vervet)
<%= render({:partial => 'via_packages'}, {:distro => 'vivid'}) %>
# Debian Packages
If you are using Wheezy, then you will need to use the bundle method.
### Debian 8 (Oldstable/Jessie)
<%= render({:partial => 'via_packages'}, {:distro => 'jessie', :os => 'debian', :backport => 'true'}) %>
### Debian Stable (Stretch)
<%= render({:partial => 'via_packages'}, {:distro => 'testing', :os => 'debian'}) %>
### Debian Unstable (Sid)
<%= render({:partial => 'via_packages'}, {:distro => 'sid', :os => 'debian'}) %>
# Upgrading
**From stand-alone bundles**: 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 "config" folder from the old bundle directory.
**From packages**: If you are running from packages, then you can trigger an update like so:
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.
# Latest builds
For the more adventurous we make stand alone bundle builds available after each commit or merge. Currently best tested again cdev.bitmask.net, because of ongoing changes of Soledad.
<%= render({:partial => 'common/download_button'}, {:link => 'https://0xacab.org/leap/bitmask-dev/builds/artifacts/master/download?job=bitmask_latest_bundle', :text => 'Download latest experimental bundle'}) %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment