From 05b287cc2db1c336bde87fce8e7f8e17e4400f08 Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Sat, 30 Jan 2021 21:19:55 -0800 Subject: web-install: Update fastboot.js to fix waiting for reboots --- static/js/web-install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js/web-install.js') 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"; -- cgit v1.3.1