diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-07-26 12:12:29 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-06-20 20:05:11 -0400 |
| commit | 1c70723a135db8cf52ff614ef5a4ac1bbb577d31 (patch) | |
| tree | 878c318cfca949e93942f57abf3811a603fd9145 /static | |
| parent | dd97da343a52198a7cc1d591a0ad04e44142451b (diff) | |
stagingstaging
Diffstat (limited to 'static')
| -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 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]; |
