diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-05-11 00:19:32 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-05-11 00:21:06 -0400 |
| commit | 7229179520bcd6eea196176aa126cc8bd0f4f00f (patch) | |
| tree | 1da1617c396c03d9deb90ee491de8825a045162b /static/js/releases.js | |
| parent | ffbb1680b9cbb3ca347583475cde7af7a9f3e893 (diff) | |
add hidden lynx support to prepare for launch
Diffstat (limited to 'static/js/releases.js')
| -rw-r--r-- | static/js/releases.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/releases.js b/static/js/releases.js index 19470b12..cf80fab2 100644 --- a/static/js/releases.js +++ b/static/js/releases.js @@ -2,7 +2,7 @@ const baseUrl = "https://releases.grapheneos.org/"; const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/"; -const devices = ["cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; +const devices = ["lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; const channels = ["stable", "beta"]; const delayMs = 1000 * 60 * 5; |
