diff options
| author | Danny Lin <danny@kdrag0n.dev> | 2021-02-02 23:22:51 -0800 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-02-03 02:27:35 -0500 |
| commit | 6d95c35ddf531a9fe4bfa8324566b335a2a24e0e (patch) | |
| tree | c68f3d712c7a7916cf83a4bad8b68bf730da187b /static/js/web-install.js | |
| parent | c45a456d4c683e6f121d0fc43c20d7b8aad3fc58 (diff) | |
Update fastboot.js to fix Pixel 3 flashing
Diffstat (limited to 'static/js/web-install.js')
| -rw-r--r-- | static/js/web-install.js | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
