diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-13 12:49:38 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-17 09:44:28 -0400 |
| commit | 5a16284828a1bbee996f9ba680393e409c5ade86 (patch) | |
| tree | f78ddae631fe24323acde812c8d8b8cacabc038c /static/js | |
| parent | 9a1715f7010ce259925f1b80709abde0f0535b7d (diff) | |
publish experimental support for husky and shiba
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/web-install.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/web-install.js b/static/js/web-install.js index 396377e9..65e46d10 100644 --- a/static/js/web-install.js +++ b/static/js/web-install.js @@ -188,7 +188,7 @@ async function unlockBootloader(setProgress) { return "Bootloader unlocked."; } -const supportedDevices = ["felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; +const supportedDevices = ["husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; |
