summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDanny Lin <danny@kdrag0n.dev>2021-01-30 21:19:55 -0800
committerDaniel Micay <danielmicay@gmail.com>2021-01-31 00:22:58 -0500
commit05b287cc2db1c336bde87fce8e7f8e17e4400f08 (patch)
tree9abd74cde0eb3a0be958ccfdcf765e7ff7633f1f /static
parentd44bafb8cfb4fee890b9b68b7e5f03ff82414b6b (diff)
web-install: Update fastboot.js to fix waiting for reboots
Diffstat (limited to 'static')
-rw-r--r--static/install/web.html4
m---------static/js/fastboot0
-rw-r--r--static/js/web-install.js2
3 files changed, 3 insertions, 3 deletions
diff --git a/static/install/web.html b/static/install/web.html
index 14ff279d..b8fbac62 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?3"></script>
- <script type="module" src="/js/web-install.js?8"></script>
+ <script type="module" src="/js/fastboot/dist/fastboot.min.mjs?4"></script>
+ <script type="module" src="/js/web-install.js?9"></script>
</head>
<body>
<header>
diff --git a/static/js/fastboot b/static/js/fastboot
-Subproject 9e3d2e1a52c1f9859ca4129e1959f1e1ed43b44
+Subproject 68f77807bcf34fa1785ecf908e63180633aa19f
diff --git a/static/js/web-install.js b/static/js/web-install.js
index 9a5f8ef9..5dfd5176 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?3";
+import * as fastboot from "./fastboot/dist/fastboot.min.mjs?4";
const RELEASES_URL = "https://releases.grapheneos.org";