diff options
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/releases.js | 2 | ||||
| -rw-r--r-- | static/js/web-install.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/static/js/releases.js b/static/js/releases.js index 8a546b38..02af1aa8 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 = ["redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; +const devices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; const channels = ["stable", "beta"]; const delayMs = 1000 * 60 * 5; diff --git a/static/js/web-install.js b/static/js/web-install.js index 89a6565a..62f90264 100644 --- a/static/js/web-install.js +++ b/static/js/web-install.js @@ -140,7 +140,7 @@ async function unlockBootloader(setProgress) { return "Bootloader unlocked."; } -const supportedDevices = ["redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; +const supportedDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; async function getLatestRelease() { let product = await device.getVariable("product"); |
