From 1e704f97162cf2faae5f99117712c5a69c4cd534 Mon Sep 17 00:00:00 2001
From: elijah
Date: Tue, 12 May 2015 13:52:51 -0700
Subject: added vivid install instructions
---
pages/assets/style.css | 2 +-
pages/linux/en.text | 4 ++++
public/assets/style.css | 2 +-
public/linux/index.en.html | 13 +++++++++++++
4 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/pages/assets/style.css b/pages/assets/style.css
index eba2365..ab87393 100644
--- a/pages/assets/style.css
+++ b/pages/assets/style.css
@@ -22,7 +22,7 @@
}
.bm-front-buttons .btn {
- width: 140px;
+ width: 100%;
margin-top: 20px;
}
diff --git a/pages/linux/en.text b/pages/linux/en.text
index e470039..eea75cd 100644
--- a/pages/linux/en.text
+++ b/pages/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'}) %>
diff --git a/public/assets/style.css b/public/assets/style.css
index eba2365..ab87393 100644
--- a/public/assets/style.css
+++ b/public/assets/style.css
@@ -22,7 +22,7 @@
}
.bm-front-buttons .btn {
- width: 140px;
+ width: 100%;
margin-top: 20px;
}
diff --git a/public/linux/index.en.html b/public/linux/index.en.html
index 142fb5d..0c3cd99 100644
--- a/public/linux/index.en.html
+++ b/public/linux/index.en.html
@@ -24,6 +24,9 @@ Bitmask Downloads
Install as packages
+ -
+ Ubuntu 15.04 (Vivid Vervet)
+
-
Ubuntu 14.10 (Utopic Unicorn)
@@ -72,6 +75,16 @@ apt-get dist-upgrade
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 15.04 (Vivid Vervet)
+
+ To install
+
+sudo -s
add-apt-repository "deb http://deb.bitmask.net/debian vivid 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 vivid main"
+
Ubuntu 14.10 (Utopic Unicorn)
To install
--
cgit v1.2.3