mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
remove old binary links
This commit is contained in:
parent
fd2eb76f66
commit
3aa5f7a8de
2 changed files with 2 additions and 8 deletions
|
@ -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');
|
||||
}
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/bash
|
||||
echo "This install method is no longer supported. Please see https://github.com/lbryio/lbry for more information."
|
Loading…
Add table
Reference in a new issue