Update main.sh

This commit is contained in:
ferreo 2024-11-18 16:18:10 +01:00
parent 2fa0391685
commit 41c3b02181

View File

@ -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