From dc4965e7d55ec791a5f91816cace14d2d636165f Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 19 Jul 2015 13:09:53 -0700 Subject: remove utopic unicorn --- public/linux/index.en.html | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) (limited to 'public/linux') diff --git a/public/linux/index.en.html b/public/linux/index.en.html index 0c3cd99..e76d16a 100644 --- a/public/linux/index.en.html +++ b/public/linux/index.en.html @@ -27,9 +27,6 @@ Bitmask Downloads
  • Ubuntu 15.04 (Vivid Vervet)
  • -
  • - Ubuntu 14.10 (Utopic Unicorn) -
  • Ubuntu 14.04 LTS (Trusty Tahr)
  • @@ -70,8 +67,8 @@ Bitmask Downloads

    From packages: If you are running from packages, then you can trigger an update like so:

    apt-get update
     apt-get dist-upgrade
    -

    NOTE: When upgrading Ubuntu from Trusty to Unicorn, you may need to run this command again:

    -
    sudo add-apt-repository "deb deb.bitmask.net/debian utopic main"
    +

    NOTE: When upgrading Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again:

    +
    sudo add-apt-repository "deb deb.bitmask.net/debian vivid main"

    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.

    @@ -85,16 +82,6 @@ apt-get dist-upgrade

    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 -

    -
    sudo -s
    add-apt-repository "deb http://deb.bitmask.net/debian utopic 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 utopic main"
    -

    Ubuntu 14.04 LTS (Trusty Tahr)

    To install @@ -142,19 +129,19 @@ apt-get dist-upgrade

  • i386, you have 32 bit
  • 32 bit kernel

    -

    +

    Download 32 bit

    -

    Signature file

    +

    Signature file

    64 bit kernel

    -

    +

    Download 64 bit

    -

    Signature file

    +

    Signature file

    Other options

    You can browse all releases for old or experimental downloads.

    You should install the latest stable release. Downloads tagged with “RC” are “Release Candidates” and receive frequent experimental updates that may break the application.

    -- cgit v1.2.3