From d5e6badb22f8fb6c2f57334a9550828f8c76847f Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Mon, 11 Apr 2016 20:24:51 -0400 Subject: [PATCH] latest linux release --- controller/Controller.class.php | 2 ++ view/page/linux.php | 23 ++++++----------------- 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/controller/Controller.class.php b/controller/Controller.class.php index dacbcf42..bc00bb62 100644 --- a/controller/Controller.class.php +++ b/controller/Controller.class.php @@ -55,6 +55,8 @@ class Controller return static::redirect('https://raw.githubusercontent.com/lbryio/lbry-setup/master/lbry_setup.sh', 307); case '/lbry-osx-latest.dmg': return static::redirect('https://s3.amazonaws.com/files.lbry.io/osx/lbry.0.2.0.dmg', 307); + case '/lbry-linux-latest.deb': + return static::redirect('https://s3.amazonaws.com/files.lbry.io/linux/lbry_0.2.1_amd64.deb', 307); default: $noSlashUri = ltrim($uri, '/'); if (View::exists('page/' . $noSlashUri)) diff --git a/view/page/linux.php b/view/page/linux.php index dcd779be..99452d68 100644 --- a/view/page/linux.php +++ b/view/page/linux.php @@ -1,33 +1,22 @@ -

Install LBRY on Linux

+

Install LBRY on Linux

Choose an install option.

For the Efficient and Lazy

-
    -
  1. Open the terminal.
  2. -
  3. Go to the directory you want to install in. If you're unsure, run cd ~.
  4. -
  5. -

    Copy and paste.

    -
    - mkdir -p lbry - cd lbry - wget http://lbry.io/dl/lbry_setup.sh - bash lbry_setup.sh - lbrynet-console -
    -
  6. -
+

+ Download lbry-linux-latest.deb +

For the Shrewd and Frivolous

    -
  1. Clone and follow the build steps for lbrycrd, a miner for LBRY credits.
  2. +
  3. Clone and follow the build steps for lbryum, a lightweight client for LBRY.
  4. Clone and follow the build steps for lbry, a console based application for using the LBRY protocol.
- $html]) ?> + $html]) ?> \ No newline at end of file