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