diff options
| author | Danny Lin <danny@kdrag0n.dev> | 2021-01-30 19:32:34 -0800 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-31 00:10:26 -0500 |
| commit | dfc01e016e837bf66210db3beddf08f91237b2d2 (patch) | |
| tree | 68fbfd0ac67d16df6f3ef0a0fdfd58c23785b737 /static/install | |
| parent | e9d409f992e34f991dae43e9ee582671b68719a4 (diff) | |
Update fastboot.js for live progress updates
Diffstat (limited to 'static/install')
| -rw-r--r-- | static/install/web.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/install/web.html b/static/install/web.html index a4062f1a..dfd047b8 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -27,8 +27,8 @@ <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?2"></script> - <script type="module" src="/js/web-install.js?7"></script> + <script type="module" src="/js/fastboot/dist/fastboot.min.mjs?3"></script> + <script type="module" src="/js/web-install.js?8"></script> </head> <body> <header> |
