summaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
authorDanny Lin <danny@kdrag0n.dev>2021-02-02 23:22:51 -0800
committerDaniel Micay <danielmicay@gmail.com>2021-02-03 02:27:35 -0500
commit6d95c35ddf531a9fe4bfa8324566b335a2a24e0e (patch)
treec68f3d712c7a7916cf83a4bad8b68bf730da187b /static/js
parentc45a456d4c683e6f121d0fc43c20d7b8aad3fc58 (diff)
Update fastboot.js to fix Pixel 3 flashing
Diffstat (limited to 'static/js')
m---------static/js/fastboot0
-rw-r--r--static/js/web-install.js2
2 files changed, 1 insertions, 1 deletions
diff --git a/static/js/fastboot b/static/js/fastboot
-Subproject 3425c1b88cb8cb1e793272142e5262c5f0bcb9a
+Subproject 64b8a788051992881e9ab316d323b3d14c09bbb
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";