summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-10-13 12:47:42 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2023-10-13 12:47:42 -0400
commit5ec30e5902e170ac284eff92c02795ad6748364d (patch)
tree7983ed5df853c1a95ba6ab88f3a7e59b8fc3e118
parent47b48cdf73635d67bdd84fe953533b107f0a3eed (diff)
partially add husky/shiba to web installer
-rw-r--r--static/js/web-install.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/js/web-install.js b/static/js/web-install.js
index 049800a6..396377e9 100644
--- a/static/js/web-install.js
+++ b/static/js/web-install.js
@@ -194,9 +194,9 @@ const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "fla
const legacyQualcommDevices = ["sunfish", "coral", "flame"];
-const tensorDevices = ["felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole"];
+const tensorDevices = ["husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole"];
-const day1SnapshotCancelDevices = ["felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble"];
+const day1SnapshotCancelDevices = ["husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble"];
async function getLatestRelease() {
let product = await device.getVariable("product");