summaryrefslogtreecommitdiff
path: root/static/install
diff options
context:
space:
mode:
authorDanny Lin <danny@kdrag0n.dev>2021-01-27 16:54:13 -0800
committerDaniel Micay <danielmicay@gmail.com>2021-01-27 20:24:49 -0500
commit890abfdaff667411a4ffb7b35aa1c36554fdc7c0 (patch)
tree3a38d223126992fcba4b49fe807b41d3d9e8ae56 /static/install
parent3c2c76dfdfb451ddb95f98e816a141159298df16 (diff)
Update web installer for fastboot.js updates
Some of the API and paths have changed, so this needs to be updated accordingly. The most prominent change is the removal of BlobStore and downloading support from fastboot.js, because a fastboot library should not be responsible for downloading files.
Diffstat (limited to 'static/install')
-rw-r--r--static/install/web.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/install/web.html b/static/install/web.html
index a7a03698..ca3963c6 100644
--- a/static/install/web.html
+++ b/static/install/web.html
@@ -26,8 +26,8 @@
<link rel="stylesheet" href="/grapheneos.css?29"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="license" href="/LICENSE.txt"/>
- <script type="module" src="/js/fastboot/dist/fastboot.min.js?0"></script>
- <script type="module" src="/js/web-install.js?4"></script>
+ <script type="module" src="/js/fastboot/dist/fastboot.min.mjs?0"></script>
+ <script type="module" src="/js/web-install.js?5"></script>
</head>
<body>
<header>