diff options
author | elijah <elijah@riseup.net> | 2015-05-12 13:55:35 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-05-12 13:55:35 -0700 |
commit | 262ad4ad6002cdb9b2fb99e390d4249f6f6f00ba (patch) | |
tree | d0043f4b1b83c3a512e5d3b4b4b59cb4271e5532 /pages/install | |
parent | b663795a54ed340b4f78b2e691371afae5913e9e (diff) |
added vivid install instructions
Diffstat (limited to 'pages/install')
-rw-r--r-- | pages/install/linux/en.text | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pages/install/linux/en.text b/pages/install/linux/en.text index e470039..eea75cd 100644 --- a/pages/install/linux/en.text +++ b/pages/install/linux/en.text @@ -22,6 +22,10 @@ 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. +h3. Ubuntu 15.04 (Vivid Vervet) + +<%= render({:partial => 'via_packages'}, {:distro => 'vivid'}) %> + h3. Ubuntu 14.10 (Utopic Unicorn) <%= render({:partial => 'via_packages'}, {:distro => 'utopic'}) %> |