From 6d95c35ddf531a9fe4bfa8324566b335a2a24e0e Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Tue, 2 Feb 2021 23:22:51 -0800 Subject: Update fastboot.js to fix Pixel 3 flashing --- static/js/web-install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js/web-install.js') 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"; -- cgit v1.3.1