mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
add installer dmg
This commit is contained in:
parent
4a1f63c3bf
commit
82041a9525
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ class Controller
|
||||||
return static::redirect('https://s3.amazonaws.com/files.lbry.io/LBRY-deck.pdf', 307);
|
return static::redirect('https://s3.amazonaws.com/files.lbry.io/LBRY-deck.pdf', 307);
|
||||||
case '/dl/lbry_setup.sh':
|
case '/dl/lbry_setup.sh':
|
||||||
return static::redirect('https://raw.githubusercontent.com/lbryio/lbry-setup/master/lbry_setup.sh', 307);
|
return static::redirect('https://raw.githubusercontent.com/lbryio/lbry-setup/master/lbry_setup.sh', 307);
|
||||||
|
case '/Install-LBRY.dmg':
|
||||||
|
return static::redirect('https://s3.amazonaws.com/files.lbry.io/osx/Install+LBRY.dmg', 307);
|
||||||
default:
|
default:
|
||||||
$noSlashUri = ltrim($uri, '/');
|
$noSlashUri = ltrim($uri, '/');
|
||||||
if (View::exists('page/' . $noSlashUri))
|
if (View::exists('page/' . $noSlashUri))
|
||||||
|
|
Loading…
Add table
Reference in a new issue