diff --git a/static/install/web.html b/static/install/web.html index 147ca25d..7ce60023 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -27,8 +27,8 @@ - - + +
diff --git a/static/js/fastboot b/static/js/fastboot index 3425c1b8..64b8a788 160000 --- a/static/js/fastboot +++ b/static/js/fastboot @@ -1 +1 @@ -Subproject commit 3425c1b88cb8cb1e793272142e5262c5f0bcb9af +Subproject commit 64b8a788051992881e9ab316d323b3d14c09bbb1 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";