Update fastboot.js for AVB key flashing fix

This commit is contained in:
Danny Lin 2021-01-29 14:45:45 -08:00 committed by Daniel Micay
parent 8f0e9736ed
commit b0b811f167
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/js/redirect.js?9"></script>
<script type="module" src="/js/fastboot/dist/fastboot.min.mjs?0"></script>
<script type="module" src="/js/fastboot/dist/fastboot.min.mjs?1"></script>
<script type="module" src="/js/web-install.js?5"></script>
</head>
<body>

@ -1 +1 @@
Subproject commit 4486b7401d4b17024bd7319bc924696a9cee5844
Subproject commit 0a28e8c10f8a3bf3a9311c1bf0f8a919492211c5

View File

@ -1,6 +1,6 @@
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT
import * as fastboot from "./fastboot/dist/fastboot.min.mjs?0";
import * as fastboot from "./fastboot/dist/fastboot.min.mjs?1";
const RELEASES_URL = "https://releases.grapheneos.org";