Update fastboot.js for live progress updates
This commit is contained in:
@@ -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?2"></script>
|
||||
<script type="module" src="/js/web-install.js?7"></script>
|
||||
<script type="module" src="/js/fastboot/dist/fastboot.min.mjs?3"></script>
|
||||
<script type="module" src="/js/web-install.js?8"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
||||
Submodule static/js/fastboot updated: 0287c523b9...9e3d2e1a52
@@ -1,6 +1,6 @@
|
||||
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT
|
||||
|
||||
import * as fastboot from "./fastboot/dist/fastboot.min.mjs?2";
|
||||
import * as fastboot from "./fastboot/dist/fastboot.min.mjs?3";
|
||||
|
||||
const RELEASES_URL = "https://releases.grapheneos.org";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user