linux-pikaos-template/main.sh

11 lines
171 B
Bash
Raw Permalink Normal View History

2024-07-24 13:00:23 +02:00
#! /bin/bash
# Move the debs to output
mkdir -p ./output
. ./scripts/source.sh
. ../scripts/patch.sh
. ../scripts/config.sh
. ../scripts/build.sh
. ../scripts/output.sh