summaryrefslogtreecommitdiff
path: root/pages/linux
diff options
context:
space:
mode:
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'}) %>