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 --- public/assets/style.css | 2 +- public/linux/index.en.html | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) (limited to 'public') 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
      +
    1. + Ubuntu 15.04 (Vivid Vervet) +
    2. Ubuntu 14.10 (Utopic Unicorn)
    3. @@ -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