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 @@ - +
diff --git a/static/js/fastboot b/static/js/fastboot index 4486b740..0a28e8c1 160000 --- a/static/js/fastboot +++ b/static/js/fastboot @@ -1 +1 @@ -Subproject commit 4486b7401d4b17024bd7319bc924696a9cee5844 +Subproject commit 0a28e8c10f8a3bf3a9311c1bf0f8a919492211c5 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";