From 41c3b021813bb1a0708863c084ad4e7fd913452e Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 18 Nov 2024 16:18:10 +0100 Subject: [PATCH] Update main.sh --- main.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 28ab3b5..05a3da9 100755 --- a/main.sh +++ b/main.sh @@ -1,6 +1,8 @@ #! /bin/bash +export DEBIAN_FRONTEND="noninteractive" -# Move the debs to output +apt-get update -y +apt-get install -y clang lld llvm mkdir -p ./output . ./scripts/source.sh