From b618918ead3c15f9514efcdb4ae1be9e99f05469 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 1 Mar 2021 16:11:40 -0500 Subject: [PATCH] update fastboot.js to fix Pixel 2 flash --- static/install/web.html | 2 +- static/js/fastboot | 2 +- static/js/web-install.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/install/web.html b/static/install/web.html index 5ec251f8..2fa94fa0 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -27,7 +27,7 @@ - + diff --git a/static/js/fastboot b/static/js/fastboot index 7a60c4f4..c74e0da5 160000 --- a/static/js/fastboot +++ b/static/js/fastboot @@ -1 +1 @@ -Subproject commit 7a60c4f4b7a3ea059a338ada2dcfec8988835414 +Subproject commit c74e0da55d7d9892037fb04699e26072252595a7 diff --git a/static/js/web-install.js b/static/js/web-install.js index 9b88502e..418a8f0c 100644 --- a/static/js/web-install.js +++ b/static/js/web-install.js @@ -1,6 +1,6 @@ // @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT -import * as fastboot from "./fastboot/dist/fastboot.min.mjs?7"; +import * as fastboot from "./fastboot/dist/fastboot.min.mjs?8"; const RELEASES_URL = "https://releases.grapheneos.org";