mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 00:20:45 +00:00
tweak: image from CDN
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user