dtrfs/create.sh
2024-11-05 03:36:13 +02:00

13 lines
275 B
Bash
Executable File

#!/bin/bash
cd -- "$( dirname -- "${BASH_SOURCE[0]}" )"
source creator_exports.sh
source creator_functions.sh
rm -rf "$ROOT" 2>/dev/null
mkdir -p build "$ROOT" "${ROOT}/usr/bin/"
cd build
echo_blue "Starting installation at $ROOT."
install_busybox || exit 1
create_archive