From 53bb3bb9fc8625ad9dc928d38eb4a1316a439b55 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 4 Oct 2017 04:36:43 +0200 Subject: update stuff to latest consensus view of the world --- public/index.en.html | 13 +-- public/index.es.html | 13 +-- public/index.pt.html | 13 +-- public/index.ru.html | 13 +-- public/linux/debs/index.en.html | 76 +++++++++++++++++ public/linux/debs/index.es.html | 76 +++++++++++++++++ public/linux/debs/index.pt.html | 76 +++++++++++++++++ public/linux/debs/index.ru.html | 76 +++++++++++++++++ public/linux/index.en.html | 184 +++------------------------------------- public/linux/index.es.html | 184 +++------------------------------------- public/linux/index.pt.html | 184 +++------------------------------------- public/linux/index.ru.html | 37 -------- 12 files changed, 348 insertions(+), 597 deletions(-) create mode 100644 public/linux/debs/index.en.html create mode 100644 public/linux/debs/index.es.html create mode 100644 public/linux/debs/index.pt.html create mode 100644 public/linux/debs/index.ru.html diff --git a/public/index.en.html b/public/index.en.html index d343857..4b7fcc9 100644 --- a/public/index.en.html +++ b/public/index.en.html @@ -20,15 +20,6 @@ Bitmask Downloads
-
-
-
- - WARNING: Bitmask is still experimental. Please do not use these beta releases of Bitmask for situations where a compromise of your data could put you in danger. - -
-
-
diff --git a/public/index.es.html b/public/index.es.html index ebd6cbb..c7c8bb7 100644 --- a/public/index.es.html +++ b/public/index.es.html @@ -20,15 +20,6 @@ Bitmask Downloads
-
-
-
- - WARNING: Bitmask is still experimental. Please do not use these beta releases of Bitmask for situations where a compromise of your data could put you in danger. - -
-
-
diff --git a/public/index.pt.html b/public/index.pt.html index 87de6f5..a9b606f 100644 --- a/public/index.pt.html +++ b/public/index.pt.html @@ -20,15 +20,6 @@ Bitmask Downloads
-
-
-
- - WARNING: Bitmask is still experimental. Please do not use these beta releases of Bitmask for situations where a compromise of your data could put you in danger. - -
-
-
diff --git a/public/index.ru.html b/public/index.ru.html index 365e630..838e1a1 100644 --- a/public/index.ru.html +++ b/public/index.ru.html @@ -20,15 +20,6 @@
-
-
-
- - WARNING: Bitmask is still experimental. Please do not use these beta releases of Bitmask for situations where a compromise of your data could put you in danger. - -
-
-
diff --git a/public/linux/debs/index.en.html b/public/linux/debs/index.en.html new file mode 100644 index 0000000..e5817c5 --- /dev/null +++ b/public/linux/debs/index.en.html @@ -0,0 +1,76 @@ + + + + +Bitmask debian/ubuntu repositories - Bitmask Downloads + + + + + + + + + + +
+Bitmask Downloads +
+
+

Supported distributions

+ +

We provide packages for ubuntu zesty (17.04), debian stretch (stable) and buster (testing). +Try the standalone bundles if your distribution is not there.

+ +

Change stretch in the following instructions for the one you are using:

+ +
sudo apt install leap-archive-keyring
+sudo sh -c 'echo "deb http://deb.leap.se/client stretch release" > /etc/apt/sources.list.d/bitmask.list'
+sudo apt update && sudo apt install bitmask
+
+ +

Release, staging, or master?

+ +

Above, the release component tracks only the stable releases. That is probably what you want to use.

+ +

If you want alpha versions and release candidates, use staging in your /etc/apt/sources.list.d/bitmask.list file, like this:

+ +
sudo gedit /etc/apt/sources.list.d/bitmask.list
+deb http://deb.leap.se/client stretch staging
+
+ +

If you want to have the bleeding edge, use master instead. Beware that this can be unstable at times:

+ +
deb http://deb.leap.se/client stretch master
+
+ +

Removing the packages

+ +

If you want to remove bitmask from your system:

+ +
sudo -s
+apt remove bitmask leap-archive-keyring
+rm /etc/apt/sources.list.d/bitmask.list
+
+ +

You probably also want to wipe all the files in your local user account, in:

+ +
~/.config/leap/
+
+ +
+ + + diff --git a/public/linux/debs/index.es.html b/public/linux/debs/index.es.html new file mode 100644 index 0000000..e1d528b --- /dev/null +++ b/public/linux/debs/index.es.html @@ -0,0 +1,76 @@ + + + + +Bitmask debian/ubuntu repositories - Bitmask Downloads + + + + + + + + + + +
+Bitmask Downloads +
+
+

Supported distributions

+ +

We provide packages for ubuntu zesty (17.04), debian stretch (stable) and buster (testing). +Try the standalone bundles if your distribution is not there.

+ +

Change stretch in the following instructions for the one you are using:

+ +
sudo apt install leap-archive-keyring
+sudo sh -c 'echo "deb http://deb.leap.se/client stretch release" > /etc/apt/sources.list.d/bitmask.list'
+sudo apt update && sudo apt install bitmask
+
+ +

Release, staging, or master?

+ +

Above, the release component tracks only the stable releases. That is probably what you want to use.

+ +

If you want alpha versions and release candidates, use staging in your /etc/apt/sources.list.d/bitmask.list file, like this:

+ +
sudo gedit /etc/apt/sources.list.d/bitmask.list
+deb http://deb.leap.se/client stretch staging
+
+ +

If you want to have the bleeding edge, use master instead. Beware that this can be unstable at times:

+ +
deb http://deb.leap.se/client stretch master
+
+ +

Removing the packages

+ +

If you want to remove bitmask from your system:

+ +
sudo -s
+apt remove bitmask leap-archive-keyring
+rm /etc/apt/sources.list.d/bitmask.list
+
+ +

You probably also want to wipe all the files in your local user account, in:

+ +
~/.config/leap/
+
+ +
+ + + diff --git a/public/linux/debs/index.pt.html b/public/linux/debs/index.pt.html new file mode 100644 index 0000000..cc88f0c --- /dev/null +++ b/public/linux/debs/index.pt.html @@ -0,0 +1,76 @@ + + + + +Bitmask debian/ubuntu repositories - Bitmask Downloads + + + + + + + + + + +
+Bitmask Downloads +
+
+

Supported distributions

+ +

We provide packages for ubuntu zesty (17.04), debian stretch (stable) and buster (testing). +Try the standalone bundles if your distribution is not there.

+ +

Change stretch in the following instructions for the one you are using:

+ +
sudo apt install leap-archive-keyring
+sudo sh -c 'echo "deb http://deb.leap.se/client stretch release" > /etc/apt/sources.list.d/bitmask.list'
+sudo apt update && sudo apt install bitmask
+
+ +

Release, staging, or master?

+ +

Above, the release component tracks only the stable releases. That is probably what you want to use.

+ +

If you want alpha versions and release candidates, use staging in your /etc/apt/sources.list.d/bitmask.list file, like this:

+ +
sudo gedit /etc/apt/sources.list.d/bitmask.list
+deb http://deb.leap.se/client stretch staging
+
+ +

If you want to have the bleeding edge, use master instead. Beware that this can be unstable at times:

+ +
deb http://deb.leap.se/client stretch master
+
+ +

Removing the packages

+ +

If you want to remove bitmask from your system:

+ +
sudo -s
+apt remove bitmask leap-archive-keyring
+rm /etc/apt/sources.list.d/bitmask.list
+
+ +

You probably also want to wipe all the files in your local user account, in:

+ +
~/.config/leap/
+
+ +
+ + + diff --git a/public/linux/debs/index.ru.html b/public/linux/debs/index.ru.html new file mode 100644 index 0000000..249aab0 --- /dev/null +++ b/public/linux/debs/index.ru.html @@ -0,0 +1,76 @@ + + + + +Bitmask debian/ubuntu repositories - Скачать Bitmask + + + + + + + + + + +
+Скачать Bitmask +
+
+

Supported distributions

+ +

We provide packages for ubuntu zesty (17.04), debian stretch (stable) and buster (testing). +Try the standalone bundles if your distribution is not there.

+ +

Change stretch in the following instructions for the one you are using:

+ +
sudo apt install leap-archive-keyring
+sudo sh -c 'echo "deb http://deb.leap.se/client stretch release" > /etc/apt/sources.list.d/bitmask.list'
+sudo apt update && sudo apt install bitmask
+
+ +

Release, staging, or master?

+ +

Above, the release component tracks only the stable releases. That is probably what you want to use.

+ +

If you want alpha versions and release candidates, use staging in your /etc/apt/sources.list.d/bitmask.list file, like this:

+ +
sudo gedit /etc/apt/sources.list.d/bitmask.list
+deb http://deb.leap.se/client stretch staging
+
+ +

If you want to have the bleeding edge, use master instead. Beware that this can be unstable at times:

+ +
deb http://deb.leap.se/client stretch master
+
+ +

Removing the packages

+ +

If you want to remove bitmask from your system:

+ +
sudo -s
+apt remove bitmask leap-archive-keyring
+rm /etc/apt/sources.list.d/bitmask.list
+
+ +

You probably also want to wipe all the files in your local user account, in:

+ +
~/.config/leap/
+
+ +
+ + + diff --git a/public/linux/index.en.html b/public/linux/index.en.html index 8b3f1c5..175a73a 100644 --- a/public/linux/index.en.html +++ b/public/linux/index.en.html @@ -17,190 +17,30 @@ Linux - Bitmask Downloads Bitmask Downloads
- +

Standalone Bundles

-

-
-
- NOTE: Encrypted email support in Bitmask is still experimental. -
-
-
-

- -

Introduction

- -

There are two ways to install Bitmask on Linux, as a package or as a stand-alone bundle.

- -
    -
  • Packages: run faster, and are better integrated with the desktop environment.
  • -
  • 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:

- -
cat /etc/issue
-
- -

Stand Alone Bundle

- -

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.

- -

Our most recent stable release is only available for a 64 bit kernel.

- - - -
- +

- Download 64 bit + Download (64 bit) - -

- Signature file -
- - -

Optionally, you can authenticate the signature using LEAP’s archive signing key.

- -

If you want to try an experimental or release candidate versions of Bitmask, you can browse the full list of available downloads.

- -

Ubuntu Packages

- -

Ubuntu 16.04 LTS (Xenial Xerus)

- -

To install

-
sudo -s
add-apt-repository "deb http://deb.bitmask.net/debian xenial main"
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt update
apt install bitmask leap-archive-keyring
-

To remove

-
sudo -s
apt remove bitmask leap-archive-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian xenial main"
-

When upgrading to this OS

-
sudo -s
add-apt-repository --remove "deb http://deb.bitmask.net/debian wily main"
add-apt-repository "deb http://deb.bitmask.net/debian xenial main"
apt update
apt upgrade

-

Ubuntu 15.10 (Wily Werewolf)

+

The signature can be verified using LEAP’s archive signing key. You can browse the downloads, including release candidates.

-

To install

-
sudo -s
add-apt-repository "deb http://deb.bitmask.net/debian wily main"
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt update
apt install bitmask leap-archive-keyring
-

To remove

-
sudo -s
apt remove bitmask leap-archive-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian wily main"
-

When upgrading to this OS

-
sudo -s
add-apt-repository --remove "deb http://deb.bitmask.net/debian vivid main"
add-apt-repository "deb http://deb.bitmask.net/debian wily main"
apt update
apt upgrade
-

+

If you want to try the latest code, you can download the latest bundle that is built automatically for every change.

-

Ubuntu 15.04 (Vivid Vervet)

+

Debian/ubuntu

-

To install

-
sudo -s
add-apt-repository "deb http://deb.bitmask.net/debian vivid main"
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt update
apt install bitmask leap-archive-keyring
-

To remove

-
sudo -s
apt remove bitmask leap-archive-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian vivid main"
-

When upgrading to this OS

-
sudo -s
add-apt-repository --remove "deb http://deb.bitmask.net/debian utopic main"
add-apt-repository "deb http://deb.bitmask.net/debian vivid main"
apt update
apt upgrade
-

- -

Debian Packages

- -

If you are using Wheezy, then you will need to use the bundle method.

- -

Debian 8 (Oldstable/Jessie)

- -

To install

-
Follow instructions for activating Debian Backports.
-sudo -s
-apt install -t jessie-backports leap-archive-keyring
-echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list
apt update
apt install bitmask
-

To remove

-
sudo -s
apt remove bitmask leap-archive-keyring
rm /etc/apt/sources.list.d/bitmask.list
-

When upgrading to this OS

-
sudo -s
echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list
apt update
apt upgrade
-

- -

Debian Stable (Stretch)

- -

To install

-
sudo -s
-apt install leap-archive-keyring
-echo "deb http://deb.bitmask.net/debian testing main" > /etc/apt/sources.list.d/bitmask.list
apt update
apt install bitmask
-

To remove

-
sudo -s
apt remove bitmask leap-archive-keyring
rm /etc/apt/sources.list.d/bitmask.list
-

When upgrading to this OS

-
sudo -s
echo "deb http://deb.bitmask.net/debian testing main" > /etc/apt/sources.list.d/bitmask.list
apt update
apt upgrade
-

- -

Debian Unstable (Sid)

- -

To install

-
sudo -s
-apt install leap-archive-keyring
-echo "deb http://deb.bitmask.net/debian sid main" > /etc/apt/sources.list.d/bitmask.list
apt update
apt install bitmask
-

To remove

-
sudo -s
apt remove bitmask leap-archive-keyring
rm /etc/apt/sources.list.d/bitmask.list
-

When upgrading to this OS

-
sudo -s
echo "deb http://deb.bitmask.net/debian sid main" > /etc/apt/sources.list.d/bitmask.list
apt update
apt upgrade
-

- -

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
+
sudo apt install leap-archive-keyring
+sudo sh -c 'echo "deb http://deb.leap.se/client stretch release" > /etc/apt/sources.list.d/bitmask.list'
+sudo apt update && sudo apt install bitmask
 
-

NOTE: When upgrading the version of your operating system, you must also follow the directions listed under “When upgrading the OS” above.

- -

Latest builds

+

Change stretch for zesty or buster, according to your distro. Read more about our different repositories for deb packages.

-

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.

+

Other

-

- - Download latest experimental bundle - -

+

If none of the above methods works for you, you can try to install via pip or from source, or get in contact with us if you want to package Bitmask for some other distribution.

diff --git a/public/linux/index.es.html b/public/linux/index.es.html index b16e323..c66c1a8 100644 --- a/public/linux/index.es.html +++ b/public/linux/index.es.html @@ -17,190 +17,30 @@ Linux - Bitmask Downloads Bitmask Downloads
- +

Standalone Bundles

-

-
-
- NOTE: Encrypted email support in Bitmask is still experimental. -
-
-
-

- -

Introduction

- -

There are two ways to install Bitmask on Linux, as a package or as a stand-alone bundle.

- -
    -
  • Packages: run faster, and are better integrated with the desktop environment.
  • -
  • 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:

- -
cat /etc/issue
-
- -

Stand Alone Bundle

- -

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.

- -

Our most recent stable release is only available for a 64 bit kernel.

- - - -
- +

- Download 64 bit + Download (64 bit) - -

- Signature file -
- - -

Optionally, you can authenticate the signature using LEAP’s archive signing key.

- -

If you want to try an experimental or release candidate versions of Bitmask, you can browse the full list of available downloads.

- -

Ubuntu Packages

- -

Ubuntu 16.04 LTS (Xenial Xerus)

- -

To install

-
sudo -s
add-apt-repository "deb http://deb.bitmask.net/debian xenial main"
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt update
apt install bitmask leap-archive-keyring
-

To remove

-
sudo -s
apt remove bitmask leap-archive-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian xenial main"
-

When upgrading to this OS

-
sudo -s
add-apt-repository --remove "deb http://deb.bitmask.net/debian wily main"
add-apt-repository "deb http://deb.bitmask.net/debian xenial main"
apt update
apt upgrade

-

Ubuntu 15.10 (Wily Werewolf)

+

The signature can be verified using LEAP’s archive signing key. You can browse the downloads, including release candidates.

-

To install

-
sudo -s
add-apt-repository "deb http://deb.bitmask.net/debian wily main"
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt update
apt install bitmask leap-archive-keyring
-

To remove

-
sudo -s
apt remove bitmask leap-archive-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian wily main"
-

When upgrading to this OS

-
sudo -s
add-apt-repository --remove "deb http://deb.bitmask.net/debian vivid main"
add-apt-repository "deb http://deb.bitmask.net/debian wily main"
apt update
apt upgrade
-

+

If you want to try the latest code, you can download the latest bundle that is built automatically for every change.

-

Ubuntu 15.04 (Vivid Vervet)

+

Debian/ubuntu

-

To install

-
sudo -s
add-apt-repository "deb http://deb.bitmask.net/debian vivid main"
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt update
apt install bitmask leap-archive-keyring
-

To remove

-
sudo -s
apt remove bitmask leap-archive-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian vivid main"
-

When upgrading to this OS

-
sudo -s
add-apt-repository --remove "deb http://deb.bitmask.net/debian utopic main"
add-apt-repository "deb http://deb.bitmask.net/debian vivid main"
apt update
apt upgrade
-

- -

Debian Packages

- -

If you are using Wheezy, then you will need to use the bundle method.

- -

Debian 8 (Oldstable/Jessie)

- -

To install

-
Follow instructions for activating Debian Backports.
-sudo -s
-apt install -t jessie-backports leap-archive-keyring
-echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list
apt update
apt install bitmask
-

To remove

-
sudo -s
apt remove bitmask leap-archive-keyring
rm /etc/apt/sources.list.d/bitmask.list
-

When upgrading to this OS

-
sudo -s
echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list
apt update
apt upgrade
-

- -

Debian Stable (Stretch)

- -

To install

-
sudo -s
-apt install leap-archive-keyring
-echo "deb http://deb.bitmask.net/debian testing main" > /etc/apt/sources.list.d/bitmask.list
apt update
apt install bitmask
-

To remove

-
sudo -s
apt remove bitmask leap-archive-keyring
rm /etc/apt/sources.list.d/bitmask.list
-

When upgrading to this OS

-
sudo -s
echo "deb http://deb.bitmask.net/debian testing main" > /etc/apt/sources.list.d/bitmask.list
apt update
apt upgrade
-

- -

Debian Unstable (Sid)

- -

To install

-
sudo -s
-apt install leap-archive-keyring
-echo "deb http://deb.bitmask.net/debian sid main" > /etc/apt/sources.list.d/bitmask.list
apt update
apt install bitmask
-

To remove

-
sudo -s
apt remove bitmask leap-archive-keyring
rm /etc/apt/sources.list.d/bitmask.list
-

When upgrading to this OS

-
sudo -s
echo "deb http://deb.bitmask.net/debian sid main" > /etc/apt/sources.list.d/bitmask.list
apt update
apt upgrade
-

- -

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
+
sudo apt install leap-archive-keyring
+sudo sh -c 'echo "deb http://deb.leap.se/client stretch release" > /etc/apt/sources.list.d/bitmask.list'
+sudo apt update && sudo apt install bitmask
 
-

NOTE: When upgrading the version of your operating system, you must also follow the directions listed under “When upgrading the OS” above.

- -

Latest builds

+

Change stretch for zesty or buster, according to your distro. Read more about our different repositories for deb packages.

-

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.

+

Other

-

- - Download latest experimental bundle - -

+

If none of the above methods works for you, you can try to install via pip or from source, or get in contact with us if you want to package Bitmask for some other distribution.

diff --git a/public/linux/index.pt.html b/public/linux/index.pt.html index 168f2d2..9cb5886 100644 --- a/public/linux/index.pt.html +++ b/public/linux/index.pt.html @@ -17,190 +17,30 @@ Linux - Bitmask Downloads Bitmask Downloads
- +

Standalone Bundles

-

-
-
- NOTE: Encrypted email support in Bitmask is still experimental. -
-
-
-

- -

Introduction

- -

There are two ways to install Bitmask on Linux, as a package or as a stand-alone bundle.

- -
    -
  • Packages: run faster, and are better integrated with the desktop environment.
  • -
  • 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:

- -
cat /etc/issue
-
- -

Stand Alone Bundle

- -

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.

- -

Our most recent stable release is only available for a 64 bit kernel.

- - - -
- +

- Download 64 bit + Download (64 bit) - -

- Signature file -
- - -

Optionally, you can authenticate the signature using LEAP’s archive signing key.

- -

If you want to try an experimental or release candidate versions of Bitmask, you can browse the full list of available downloads.

- -

Ubuntu Packages

- -

Ubuntu 16.04 LTS (Xenial Xerus)

- -

To install

-
sudo -s
add-apt-repository "deb http://deb.bitmask.net/debian xenial main"
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt update
apt install bitmask leap-archive-keyring
-

To remove

-
sudo -s
apt remove bitmask leap-archive-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian xenial main"
-

When upgrading to this OS

-
sudo -s
add-apt-repository --remove "deb http://deb.bitmask.net/debian wily main"
add-apt-repository "deb http://deb.bitmask.net/debian xenial main"
apt update
apt upgrade

-

Ubuntu 15.10 (Wily Werewolf)

+

The signature can be verified using LEAP’s archive signing key. You can browse the downloads, including release candidates.

-

To install

-
sudo -s
add-apt-repository "deb http://deb.bitmask.net/debian wily main"
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt update
apt install bitmask leap-archive-keyring
-

To remove

-
sudo -s
apt remove bitmask leap-archive-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian wily main"
-

When upgrading to this OS

-
sudo -s
add-apt-repository --remove "deb http://deb.bitmask.net/debian vivid main"
add-apt-repository "deb http://deb.bitmask.net/debian wily main"
apt update
apt upgrade
-

+

If you want to try the latest code, you can download the latest bundle that is built automatically for every change.

-

Ubuntu 15.04 (Vivid Vervet)

+

Debian/ubuntu

-

To install

-
sudo -s
add-apt-repository "deb http://deb.bitmask.net/debian vivid main"
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt update
apt install bitmask leap-archive-keyring
-

To remove

-
sudo -s
apt remove bitmask leap-archive-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian vivid main"
-

When upgrading to this OS

-
sudo -s
add-apt-repository --remove "deb http://deb.bitmask.net/debian utopic main"
add-apt-repository "deb http://deb.bitmask.net/debian vivid main"
apt update
apt upgrade
-

- -

Debian Packages

- -

If you are using Wheezy, then you will need to use the bundle method.

- -

Debian 8 (Oldstable/Jessie)

- -

To install

-
Follow instructions for activating Debian Backports.
-sudo -s
-apt install -t jessie-backports leap-archive-keyring
-echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list
apt update
apt install bitmask
-

To remove

-
sudo -s
apt remove bitmask leap-archive-keyring
rm /etc/apt/sources.list.d/bitmask.list
-

When upgrading to this OS

-
sudo -s
echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list
apt update
apt upgrade
-

- -

Debian Stable (Stretch)

- -

To install

-
sudo -s
-apt install leap-archive-keyring
-echo "deb http://deb.bitmask.net/debian testing main" > /etc/apt/sources.list.d/bitmask.list
apt update
apt install bitmask
-

To remove

-
sudo -s
apt remove bitmask leap-archive-keyring
rm /etc/apt/sources.list.d/bitmask.list
-

When upgrading to this OS

-
sudo -s
echo "deb http://deb.bitmask.net/debian testing main" > /etc/apt/sources.list.d/bitmask.list
apt update
apt upgrade
-

- -

Debian Unstable (Sid)

- -

To install

-
sudo -s
-apt install leap-archive-keyring
-echo "deb http://deb.bitmask.net/debian sid main" > /etc/apt/sources.list.d/bitmask.list
apt update
apt install bitmask
-

To remove

-
sudo -s
apt remove bitmask leap-archive-keyring
rm /etc/apt/sources.list.d/bitmask.list
-

When upgrading to this OS

-
sudo -s
echo "deb http://deb.bitmask.net/debian sid main" > /etc/apt/sources.list.d/bitmask.list
apt update
apt upgrade
-

- -

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
+
sudo apt install leap-archive-keyring
+sudo sh -c 'echo "deb http://deb.leap.se/client stretch release" > /etc/apt/sources.list.d/bitmask.list'
+sudo apt update && sudo apt install bitmask
 
-

NOTE: When upgrading the version of your operating system, you must also follow the directions listed under “When upgrading the OS” above.

- -

Latest builds

+

Change stretch for zesty or buster, according to your distro. Read more about our different repositories for deb packages.

-

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.

+

Other

-

- - Download latest experimental bundle - -

+

If none of the above methods works for you, you can try to install via pip or from source, or get in contact with us if you want to package Bitmask for some other distribution.

diff --git a/public/linux/index.ru.html b/public/linux/index.ru.html index a8649a9..3edc546 100644 --- a/public/linux/index.ru.html +++ b/public/linux/index.ru.html @@ -17,43 +17,6 @@ Linux - Скачать Bitmask Скачать Bitmask