From 7433ffbaecd5c572707d995224716d3796aca4b7 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 23 Dec 2014 15:48:34 -0800 Subject: updated linux install instructions --- pages/install/linux/en.text | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'pages') diff --git a/pages/install/linux/en.text b/pages/install/linux/en.text index 718b263..ff9178d 100644 --- a/pages/install/linux/en.text +++ b/pages/install/linux/en.text @@ -3,11 +3,30 @@ <%= render({:partial => 'common/notice'}, {:type => 'info', :text => 'NOTE: Encrypted email support in Bitmask is still experimental.'}) %> +h2. 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: + +bc. apt-get update +apt-get dist-upgrade + +NOTE: When upgrading Ubuntu from Trusty to Unicorn, you may need to run this command again: + +bc. sudo add-apt-repository "deb http://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@. + h2. 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. -h2. Ubuntu 14.04 (Trusty Tahr) +h3. Ubuntu 14.04 (Utopic Unicorn) + +<%= render({:partial => 'via_packages'}, {:distro => 'utopic'}) %> + +h3. Ubuntu 14.04 (Trusty Tahr) <%= render({:partial => 'via_packages'}, {:distro => 'trusty'}) %> -- cgit v1.2.3