From 40d620e967c57c1d927aa2200fa43b4034a8f792 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 23 Dec 2014 15:47:40 -0800 Subject: updated linux install instructions --- public/linux/index.en.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'public/linux') diff --git a/public/linux/index.en.html b/public/linux/index.en.html index e96c6f9..c0e1a8e 100644 --- a/public/linux/index.en.html +++ b/public/linux/index.en.html @@ -18,9 +18,15 @@ Bitmask Downloads

+

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 Trusty to Unicorn, you may need to run this command again:

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

This is because the Ubuntu upgrade process probably commented out all your prior custom repository lines in /etc/apt/sources.list.

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 14.04 (Utopic Unicorn)

+

+ To install +

+
sudo -s
add-apt-repository "deb http://deb.bitmask.net/debian utopic 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 utopic main"
+

Ubuntu 14.04 (Trusty Tahr)

To install -- cgit v1.2.3