mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-03 02:35:11 +00:00
use lbry.io/lbry-osx-latest.dmg
This commit is contained in:
parent
d47f510eaf
commit
58d82b504c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ 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-osx':
|
case '/lbry-osx-latest.dmg':
|
||||||
return static::redirect('https://s3.amazonaws.com/files.lbry.io/osx/lbry.0.2.0.dmg', 307);
|
return static::redirect('https://s3.amazonaws.com/files.lbry.io/osx/lbry.0.2.0.dmg', 307);
|
||||||
default:
|
default:
|
||||||
$noSlashUri = ltrim($uri, '/');
|
$noSlashUri = ltrim($uri, '/');
|
||||||
|
|
Loading…
Add table
Reference in a new issue