remove old binary links

This commit is contained in:
Jeremy Kauffman 2016-07-14 08:51:28 -04:00
parent fd2eb76f66
commit 3aa5f7a8de
2 changed files with 2 additions and 8 deletions

View file

@ -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');
}

View file

@ -1,2 +0,0 @@
#!/bin/bash
echo "This install method is no longer supported. Please see https://github.com/lbryio/lbry for more information."