update fastboot.js to fix Pixel 2 flash

This commit is contained in:
Daniel Micay
2021-03-01 16:11:40 -05:00
parent 3e44e17ea8
commit b618918ead
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?7"></script>
<script type="module" src="/js/fastboot/dist/fastboot.min.mjs?8"></script>
<script type="module" src="/js/web-install.js?13"></script>
</head>
<body>