diff options
| author | Danny Lin <danny@kdrag0n.dev> | 2021-01-29 14:45:45 -0800 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-29 17:47:40 -0500 |
| commit | b0b811f1679e3a0f75b63a9ef2b83d6c2606e891 (patch) | |
| tree | 0a1c4f1a2c076f5ca13cb28f967e2b43b73af8de /static | |
| parent | 8f0e9736ed3d4419ea4027a7fc829df7f8383960 (diff) | |
Update fastboot.js for AVB key flashing fix
Diffstat (limited to 'static')
| -rw-r--r-- | static/install/web.html | 2 | ||||
| m--------- | static/js/fastboot | 0 | ||||
| -rw-r--r-- | static/js/web-install.js | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/static/install/web.html b/static/install/web.html index e580faff..dc04ad3a 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -27,7 +27,7 @@ <link rel="manifest" href="/manifest.webmanifest"/> <link rel="license" href="/LICENSE.txt"/> <script type="module" src="/js/redirect.js?9"></script> - <script type="module" src="/js/fastboot/dist/fastboot.min.mjs?0"></script> + <script type="module" src="/js/fastboot/dist/fastboot.min.mjs?1"></script> <script type="module" src="/js/web-install.js?5"></script> </head> <body> diff --git a/static/js/fastboot b/static/js/fastboot -Subproject 4486b7401d4b17024bd7319bc924696a9cee584 +Subproject 0a28e8c10f8a3bf3a9311c1bf0f8a919492211c diff --git a/static/js/web-install.js b/static/js/web-install.js index 0d6f8298..ed8c9fd2 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?0"; +import * as fastboot from "./fastboot/dist/fastboot.min.mjs?1"; const RELEASES_URL = "https://releases.grapheneos.org"; |
