Update fastboot.js to fix Pixel 3 flashing
This commit is contained in:
parent
c45a456d4c
commit
6d95c35ddf
@ -27,8 +27,8 @@
|
||||
<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?5"></script>
|
||||
<script type="module" src="/js/web-install.js?10"></script>
|
||||
<script type="module" src="/js/fastboot/dist/fastboot.min.mjs?6"></script>
|
||||
<script type="module" src="/js/web-install.js?11"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 3425c1b88cb8cb1e793272142e5262c5f0bcb9af
|
||||
Subproject commit 64b8a788051992881e9ab316d323b3d14c09bbb1
|
@ -1,6 +1,6 @@
|
||||
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT
|
||||
|
||||
import * as fastboot from "./fastboot/dist/fastboot.min.mjs?5";
|
||||
import * as fastboot from "./fastboot/dist/fastboot.min.mjs?6";
|
||||
|
||||
const RELEASES_URL = "https://releases.grapheneos.org";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user