summaryrefslogtreecommitdiff
path: root/pages/linux
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-06-24 16:42:00 -0700
committerelijah <elijah@riseup.net>2014-06-24 16:42:00 -0700
commit2a6da3e0a8208ab4b3316b7285aecc39e68066fb (patch)
tree8d139e654ce7f54fc8254912485bc832c722fafb /pages/linux
parent5b1194f22bc01c45a0983f4baf279b41465d33c3 (diff)
tmp disabled mac and windows buttons. made front page look better on tiny phones. changed masthead. added trusty dpkg info.
Diffstat (limited to 'pages/linux')
-rw-r--r--pages/linux/_notice.haml5
-rw-r--r--pages/linux/en.md6
2 files changed, 11 insertions, 0 deletions
diff --git a/pages/linux/_notice.haml b/pages/linux/_notice.haml
new file mode 100644
index 0000000..314b1c7
--- /dev/null
+++ b/pages/linux/_notice.haml
@@ -0,0 +1,5 @@
+.row
+ .col-sm-8.col-sm-offset-2
+ .p.alert.alert-info
+ %i.fa.fa-envelope
+ <b>NOTE:</b> Encrypted email support in Bitmask is still experimental.
diff --git a/pages/linux/en.md b/pages/linux/en.md
index 067bf10..4d892a6 100644
--- a/pages/linux/en.md
+++ b/pages/linux/en.md
@@ -1,9 +1,15 @@
- @title = 'Install Bitmask on Linux'
+<%= render :partial => 'notice' %>
+
## 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 (Trusty Tahr)
+
+<%= render({:partial => 'via_packages'}, {:distro => 'trusty'}) %>
+
### Ubuntu 13.10 (Saucy Salamander)
<%= render({:partial => 'via_packages'}, {:distro => 'saucy'}) %>