From 3aa5f7a8deb0fca16defb06274886d1fa3e351d5 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Thu, 14 Jul 2016 08:51:28 -0400 Subject: [PATCH] remove old binary links --- controller/Controller.class.php | 8 ++------ view/template/internal/dl-not-supported.php | 2 -- 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 view/template/internal/dl-not-supported.php diff --git a/controller/Controller.class.php b/controller/Controller.class.php index 5f7ab574..6234d09d 100644 --- a/controller/Controller.class.php +++ b/controller/Controller.class.php @@ -70,14 +70,10 @@ class Controller case '/pln.pdf': case '/plan.pdf': return static::redirect('https://www.dropbox.com/s/uevjrwnyr672clj/lbry-pln.pdf?dl=1'); - case '/dl/lbry_setup.sh': - return ['internal/dl-not-supported', ['_no_layout' => true]]; case '/lbry-osx-latest.dmg': - // THIS ROUTE IS DEPRECATED. IT WILL BE REMOVED SOON. - return static::redirect('https://github.com/lbryio/lbry/releases/download/v0.2.5/lbry.0.2.5.dmg', 307); case '/lbry-linux-latest.deb': - // THIS ROUTE IS DEPRECATED. IT WILL BE REMOVED SOON. - return static::redirect('https://github.com/lbryio/lbry/releases/download/v0.2.5/lbry_0.2.5_amd64.deb', 307); + case '/dl/lbry_setup.sh': + return static::redirect('/get', 301); case '/art': return static::redirect('/what'); } diff --git a/view/template/internal/dl-not-supported.php b/view/template/internal/dl-not-supported.php deleted file mode 100644 index 266b6ccc..00000000 --- a/view/template/internal/dl-not-supported.php +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -echo "This install method is no longer supported. Please see https://github.com/lbryio/lbry for more information." \ No newline at end of file