linux-pikaos-template/mainv3.sh

13 lines
194 B
Bash
Raw Normal View History

2024-07-24 04:09:14 +02:00
#! /bin/bash
set -e
# Move the debs to output
mkdir -p ./output
. ./scripts-v3/source.sh
. ../scripts-v3/patch.sh
. ../scripts-v3/config.sh
. ../scripts-v3/build.sh
. ../scripts-v3/output.sh