From f1a84dc9cea2fc035bd63d5bc5e6efe775b4fd8d Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 4 Nov 2015 12:50:52 -0500 Subject: rebuild amber --- public/apt.key | Bin 18227 -> 4648 bytes public/linux/index.en.html | 174 +++++++++++++++++++++++++++++++++++++-------- public/linux/index.es.html | 174 +++++++++++++++++++++++++++++++++++++-------- public/linux/index.pt.html | 174 +++++++++++++++++++++++++++++++++++++-------- 4 files changed, 429 insertions(+), 93 deletions(-) (limited to 'public') diff --git a/public/apt.key b/public/apt.key index 606816b..b6b5077 100644 Binary files a/public/apt.key and b/public/apt.key 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

-

There are two ways to install Bitmask – via the stand-alone bundles or via packages.

-

Download stand-alone bundle

-

64 bit kernel

+

For GNU/Linux, please use one of the following options depending on what distribution you are running

+

How do I know which GNU/Linux distribution I am running?

+

To find out which distribution you are running, opena terminal and type in the following:

+

.bc cat /etc/issue

+

Ubuntu

+

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.

+

If you are using Trusty, then you will use the bundle method.

+

We are sorry, Precise Penguin (12.04) is not working at this time.

+

Wily Werewolf (15.10)

+

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-get update
apt-get install bitmask leap-keyring
+

To remove

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

+

Vivid Vervet (15.04)

+

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-get update
apt-get install bitmask leap-keyring
+

To remove

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

+

Trusty Tahr (14.04)

+

Bundle Installation

+

NOTE:
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don’t support with packages.
+ There are two disadvantages to the stand-alone bundle:

+ +

First determine if you running a 32 bit or 64 bit kernel by running the following command:

+
uname -m
+

If the result is:

+ +

Then download the appropriate version below:

+

Download 64 bit

Signature file

-

32 bit kernel

+

Download 32 bit

Signature file

-

If you want to make sure that the Bitmask wasn’t messed with during download
-you can authenticate the signature.

-

How do you tell if you running a 32 bit or 64 bit kernel? Run the following command:

+

If you want to make sure that the Bitmask wasn’t messed with during download you can authenticate the signature.

+

Other

+

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 building it from source.

+

Bundle Installation

+

NOTE:
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don’t support with packages.
+ There are two disadvantages to the stand-alone bundle:

+ +

First determine if you running a 32 bit or 64 bit kernel by running the following command:

uname -m

If the result is:

-

NOTE:
- Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don’t support with packages.
- There are two disadvantages to the stand-alone bundle:

+

Then download the appropriate version below:

+

+ + Download 64 bit + +

+

Signature file

+ -

Install as packages

-

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.

-

Ubuntu 15.10 (Wily Werewolf)

+

+ + Download 32 bit + +

+

Signature file

+

If you want to make sure that the Bitmask wasn’t messed with during download you can authenticate the signature.

+

Debian

+

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.

+

8.0/Stable (Jessie)

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-get update
apt-get install bitmask leap-keyring
+
sudo -s
echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring

To remove

-
sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian wily main"
+
sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
rm /etc/apt/sources.list.d/bitmask.list

-

Ubuntu 15.04 (Vivid Vervet)

+

Testing (Stretch)

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-get update
apt-get install bitmask leap-keyring
+
sudo -s
echo "deb http://deb.bitmask.net/debian testing main" > /etc/apt/sources.list.d/bitmask.list
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring

To remove

-
sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian vivid main"
+
sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
rm /etc/apt/sources.list.d/bitmask.list

-

Debian 8.0 (Jessie)

-

To install

-
sudo -s
echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring
+

Unstable (Sid)
+

To install

+
sudo -s
echo "deb http://deb.bitmask.net/debian sid main" > /etc/apt/sources.list.d/bitmask.list
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring

To remove

sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
rm /etc/apt/sources.list.d/bitmask.list
+

+

Other

+

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 building it from source.

+

NOTE:
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don’t support with packages.
+ There are two disadvantages to the stand-alone bundle:

+ +

Bundle Installation

+

How do you tell if you running a 32 bit or 64 bit kernel? Run the following command:

+
uname -m
+

If the result is:

+ +

Then download the appropriate version below:

+ +

+ + Download 64 bit + +

+

Signature file

+ +

+ + Download 32 bit +

+

Signature file

+

If you want to make sure that the Bitmask wasn’t messed with during download you can authenticate the signature.

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 Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again:

+

NOTE: When upgrading Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again:

sudo add-apt-repository "deb deb.bitmask.net/debian vivid main"

Similar is needed for the upgrade from 15.04 to 15.10 (Wily):

sudo add-apt-repository "deb deb.bitmask.net/debian wily main"
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

-

There are two ways to install Bitmask – via the stand-alone bundles or via packages.

-

Download stand-alone bundle

-

64 bit kernel

+

For GNU/Linux, please use one of the following options depending on what distribution you are running

+

How do I know which GNU/Linux distribution I am running?

+

To find out which distribution you are running, opena terminal and type in the following:

+

.bc cat /etc/issue

+

Ubuntu

+

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.

+

If you are using Trusty, then you will use the bundle method.

+

We are sorry, Precise Penguin (12.04) is not working at this time.

+

Wily Werewolf (15.10)

+

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-get update
apt-get install bitmask leap-keyring
+

To remove

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

+

Vivid Vervet (15.04)

+

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-get update
apt-get install bitmask leap-keyring
+

To remove

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

+

Trusty Tahr (14.04)

+

Bundle Installation

+

NOTE:
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don’t support with packages.
+ There are two disadvantages to the stand-alone bundle:

+ +

First determine if you running a 32 bit or 64 bit kernel by running the following command:

+
uname -m
+

If the result is:

+ +

Then download the appropriate version below:

+

Download 64 bit

Signature file

-

32 bit kernel

+

Download 32 bit

Signature file

-

If you want to make sure that the Bitmask wasn’t messed with during download
-you can authenticate the signature.

-

How do you tell if you running a 32 bit or 64 bit kernel? Run the following command:

+

If you want to make sure that the Bitmask wasn’t messed with during download you can authenticate the signature.

+

Other

+

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 building it from source.

+

Bundle Installation

+

NOTE:
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don’t support with packages.
+ There are two disadvantages to the stand-alone bundle:

+ +

First determine if you running a 32 bit or 64 bit kernel by running the following command:

uname -m

If the result is:

-

NOTE:
- Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don’t support with packages.
- There are two disadvantages to the stand-alone bundle:

+

Then download the appropriate version below:

+

+ + Download 64 bit + +

+

Signature file

+ -

Install as packages

-

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.

-

Ubuntu 15.10 (Wily Werewolf)

+

+ + Download 32 bit + +

+

Signature file

+

If you want to make sure that the Bitmask wasn’t messed with during download you can authenticate the signature.

+

Debian

+

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.

+

8.0/Stable (Jessie)

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-get update
apt-get install bitmask leap-keyring
+
sudo -s
echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring

To remove

-
sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian wily main"
+
sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
rm /etc/apt/sources.list.d/bitmask.list

-

Ubuntu 15.04 (Vivid Vervet)

+

Testing (Stretch)

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-get update
apt-get install bitmask leap-keyring
+
sudo -s
echo "deb http://deb.bitmask.net/debian testing main" > /etc/apt/sources.list.d/bitmask.list
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring

To remove

-
sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian vivid main"
+
sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
rm /etc/apt/sources.list.d/bitmask.list

-

Debian 8.0 (Jessie)

-

To install

-
sudo -s
echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring
+

Unstable (Sid)
+

To install

+
sudo -s
echo "deb http://deb.bitmask.net/debian sid main" > /etc/apt/sources.list.d/bitmask.list
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring

To remove

sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
rm /etc/apt/sources.list.d/bitmask.list
+

+

Other

+

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 building it from source.

+

NOTE:
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don’t support with packages.
+ There are two disadvantages to the stand-alone bundle:

+ +

Bundle Installation

+

How do you tell if you running a 32 bit or 64 bit kernel? Run the following command:

+
uname -m
+

If the result is:

+ +

Then download the appropriate version below:

+ +

+ + Download 64 bit + +

+

Signature file

+ +

+ + Download 32 bit +

+

Signature file

+

If you want to make sure that the Bitmask wasn’t messed with during download you can authenticate the signature.

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 Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again:

+

NOTE: When upgrading Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again:

sudo add-apt-repository "deb deb.bitmask.net/debian vivid main"

Similar is needed for the upgrade from 15.04 to 15.10 (Wily):

sudo add-apt-repository "deb deb.bitmask.net/debian wily main"
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

-

There are two ways to install Bitmask – via the stand-alone bundles or via packages.

-

Download stand-alone bundle

-

64 bit kernel

+

For GNU/Linux, please use one of the following options depending on what distribution you are running

+

How do I know which GNU/Linux distribution I am running?

+

To find out which distribution you are running, opena terminal and type in the following:

+

.bc cat /etc/issue

+

Ubuntu

+

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.

+

If you are using Trusty, then you will use the bundle method.

+

We are sorry, Precise Penguin (12.04) is not working at this time.

+

Wily Werewolf (15.10)

+

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-get update
apt-get install bitmask leap-keyring
+

To remove

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

+

Vivid Vervet (15.04)

+

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-get update
apt-get install bitmask leap-keyring
+

To remove

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

+

Trusty Tahr (14.04)

+

Bundle Installation

+

NOTE:
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don’t support with packages.
+ There are two disadvantages to the stand-alone bundle:

+ +

First determine if you running a 32 bit or 64 bit kernel by running the following command:

+
uname -m
+

If the result is:

+ +

Then download the appropriate version below:

+

Download 64 bit

Signature file

-

32 bit kernel

+

Download 32 bit

Signature file

-

If you want to make sure that the Bitmask wasn’t messed with during download
-you can authenticate the signature.

-

How do you tell if you running a 32 bit or 64 bit kernel? Run the following command:

+

If you want to make sure that the Bitmask wasn’t messed with during download you can authenticate the signature.

+

Other

+

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 building it from source.

+

Bundle Installation

+

NOTE:
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don’t support with packages.
+ There are two disadvantages to the stand-alone bundle:

+ +

First determine if you running a 32 bit or 64 bit kernel by running the following command:

uname -m

If the result is:

-

NOTE:
- Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don’t support with packages.
- There are two disadvantages to the stand-alone bundle:

+

Then download the appropriate version below:

+

+ + Download 64 bit + +

+

Signature file

+ -

Install as packages

-

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.

-

Ubuntu 15.10 (Wily Werewolf)

+

+ + Download 32 bit + +

+

Signature file

+

If you want to make sure that the Bitmask wasn’t messed with during download you can authenticate the signature.

+

Debian

+

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.

+

8.0/Stable (Jessie)

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-get update
apt-get install bitmask leap-keyring
+
sudo -s
echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring

To remove

-
sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian wily main"
+
sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
rm /etc/apt/sources.list.d/bitmask.list

-

Ubuntu 15.04 (Vivid Vervet)

+

Testing (Stretch)

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-get update
apt-get install bitmask leap-keyring
+
sudo -s
echo "deb http://deb.bitmask.net/debian testing main" > /etc/apt/sources.list.d/bitmask.list
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring

To remove

-
sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian vivid main"
+
sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
rm /etc/apt/sources.list.d/bitmask.list

-

Debian 8.0 (Jessie)

-

To install

-
sudo -s
echo "deb http://deb.bitmask.net/debian jessie main" > /etc/apt/sources.list.d/bitmask.list
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring
+

Unstable (Sid)
+

To install

+
sudo -s
echo "deb http://deb.bitmask.net/debian sid main" > /etc/apt/sources.list.d/bitmask.list
wget -O- https://dl.bitmask.net/apt.key | apt-key add -
apt-get update
apt-get install bitmask leap-keyring

To remove

sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
rm /etc/apt/sources.list.d/bitmask.list
+

+

Other

+

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 building it from source.

+

NOTE:
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don’t support with packages.
+ There are two disadvantages to the stand-alone bundle:

+ +

Bundle Installation

+

How do you tell if you running a 32 bit or 64 bit kernel? Run the following command:

+
uname -m
+

If the result is:

+ +

Then download the appropriate version below:

+ +

+ + Download 64 bit + +

+

Signature file

+ +

+ + Download 32 bit +

+

Signature file

+

If you want to make sure that the Bitmask wasn’t messed with during download you can authenticate the signature.

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 Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again:

+

NOTE: When upgrading Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again:

sudo add-apt-repository "deb deb.bitmask.net/debian vivid main"

Similar is needed for the upgrade from 15.04 to 15.10 (Wily):

sudo add-apt-repository "deb deb.bitmask.net/debian wily main"
-- cgit v1.2.3