linux-pikaos-template/main.sh

13 lines
237 B
Bash
Raw Normal View History

2024-07-24 13:00:23 +02:00
#! /bin/bash
2024-11-18 16:18:10 +01:00
export DEBIAN_FRONTEND="noninteractive"
2024-07-24 13:00:23 +02:00
2024-11-18 16:18:10 +01:00
apt-get update -y
apt-get install -y clang lld llvm
2024-07-24 13:00:23 +02:00
mkdir -p ./output
. ./scripts/source.sh
. ../scripts/patch.sh
. ../scripts/config.sh
. ../scripts/build.sh
. ../scripts/output.sh