From 48ebbf1c816b1901daeb418a0a6a8ce1b4e0fcc5 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sat, 26 Dec 2020 18:12:27 +0100 Subject: [PATCH] main: attempt to fix --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index e824306..43f3f19 100644 --- a/main.js +++ b/main.js @@ -92,7 +92,7 @@ async function main() { await exec.exec("docker", [ "exec", container, - "bash", "-c", "echo APT::Get::Assume-Yes \"true\"\; > /etc/apt/apt.conf.d/00noconfirm" + "bash", "-c", "echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/00noconfirm" ]) await exec.exec("docker", [ "exec",