A simple, zero-configuration script to quickly boot FreeBSD ISO images using QEMU
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix formatting by adding a newline for better code readability in utils.ts

+1
+1
utils.ts
··· 25 25 const size = parseInt(output.split("\t")[0], 10); 26 26 return size; 27 27 } 28 + 28 29 export async function downloadIso( 29 30 url: string, 30 31 options: Options,