From 6d95c35ddf531a9fe4bfa8324566b335a2a24e0e Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Tue, 2 Feb 2021 23:22:51 -0800 Subject: [PATCH] Update fastboot.js to fix Pixel 3 flashing --- static/install/web.html | 4 ++-- static/js/fastboot | 2 +- static/js/web-install.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/install/web.html b/static/install/web.html index 147ca25d..7ce60023 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -27,8 +27,8 @@ - - + +
diff --git a/static/js/fastboot b/static/js/fastboot index 3425c1b8..64b8a788 160000 --- a/static/js/fastboot +++ b/static/js/fastboot @@ -1 +1 @@ -Subproject commit 3425c1b88cb8cb1e793272142e5262c5f0bcb9af +Subproject commit 64b8a788051992881e9ab316d323b3d14c09bbb1 diff --git a/static/js/web-install.js b/static/js/web-install.js index 517afe17..c38eefa1 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?5"; +import * as fastboot from "./fastboot/dist/fastboot.min.mjs?6"; const RELEASES_URL = "https://releases.grapheneos.org";