summaryrefslogtreecommitdiff
path: root/static/js/web-install.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/web-install.js')
-rw-r--r--static/js/web-install.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/web-install.js b/static/js/web-install.js
index 94b733d2..97b19245 100644
--- a/static/js/web-install.js
+++ b/static/js/web-install.js
@@ -236,7 +236,7 @@ async function getLatestRelease() {
throw new Error(`device model (${product}) is not supported by the GrapheneOS web installer`);
}
- let metadataResp = await fetch(`${RELEASES_URL}/${product}-stable`);
+ let metadataResp = await fetch(`${RELEASES_URL}/${product}-alpha`);
let metadata = await metadataResp.text();
let releaseId = metadata.split(" ")[0];