From 2adb629a55ad44f44a2fa75c1a2aaa432631290b Mon Sep 17 00:00:00 2001 From: Rin Date: Thu, 14 Mar 2024 00:46:23 +0800 Subject: [PATCH] oops forgot to compile --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, });