diff --git a/dist/index.js b/dist/index.js index 24f811d..07e3a1a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -31147,7 +31147,7 @@ function ensure_install_ovmf() { show_message("fatal", `Error installing OVMF. Exit code: ${result.status}`); } - result = spawnSync("sudo", ["apt-get", "-y", "install", "-no-install-recommends", "ovmf"], { + result = spawnSync("sudo", ["apt-get", "-y", "install", "ovmf"], { stdio: "inherit", env: { ...process.env, DEBIAN_FRONTEND: "noninteractive" }, });