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/install/web.html | |
| parent | 8f0e9736ed3d4419ea4027a7fc829df7f8383960 (diff) | |
Update fastboot.js for AVB key flashing fix
Diffstat (limited to 'static/install/web.html')
| -rw-r--r-- | static/install/web.html | 2 |
1 files changed, 1 insertions, 1 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> |
