From 79eb2f94ccae69679b2278d8af831de8ac425825 Mon Sep 17 00:00:00 2001 From: Rin Date: Thu, 14 Mar 2024 00:43:31 +0800 Subject: [PATCH] just remove it instead --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index a673eda..a6178e4 100644 --- a/index.js +++ b/index.js @@ -257,7 +257,7 @@ function ensure_install_ovmf() { show_message("fatal", `Error installing OVMF. Exit code: ${result.status}`); } - result = spawnSync("sudo", ["apt-get", "--no-install-recommends", "-y", "install", "ovmf"], { + result = spawnSync("sudo", ["apt-get", "-y", "install", "ovmf"], { stdio: "inherit", env: { ...process.env, DEBIAN_FRONTEND: "noninteractive" }, });