This commit is contained in:
Daniel Micay
2023-07-26 12:12:29 -04:00
parent dd97da343a
commit 1c70723a13
5 changed files with 19 additions and 93 deletions

View File

@@ -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];