diff --git a/static/install/web.html b/static/install/web.html index 858c0961..52ef18aa 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 1c8eae58..0287c523 160000 --- a/static/js/fastboot +++ b/static/js/fastboot @@ -1 +1 @@ -Subproject commit 1c8eae581c52c61a9fcf8278d4156734b84f4fc9 +Subproject commit 0287c523b9f8a93949e76c89ac7fcebfe7d85949 diff --git a/static/js/web-install.js b/static/js/web-install.js index 53596bf9..b8ac4b7a 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?1"; +import * as fastboot from "./fastboot/dist/fastboot.min.mjs?2"; const RELEASES_URL = "https://releases.grapheneos.org";