mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
tweak: image from CDN
This commit is contained in:
parent
288411c377
commit
68c4274dc3
@ -313,7 +313,8 @@ class WispClient {
|
||||
window.onload = async function()
|
||||
{
|
||||
const resp = await fetch(
|
||||
'./image/build/x86images/rootfs.bin'
|
||||
//'./image/build/x86images/rootfs.bin'
|
||||
'https://puter-rootfs.b-cdn.net/rootfs.bin.br'
|
||||
);
|
||||
const arrayBuffer = await resp.arrayBuffer();
|
||||
var emulator = window.emulator = new V86({
|
||||
|
Loading…
Reference in New Issue
Block a user