This commit is contained in:
2026-03-15 18:39:58 +01:00
parent 59db877c85
commit 4f05a86efe
16 changed files with 665 additions and 8 deletions

View File

@@ -3,6 +3,7 @@
set -u
PROJECT_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
POSTINSTALL_ENTRYPOINT="$PROJECT_ROOT/install.sh"
# shellcheck source=core/bootstrap.sh
source "$PROJECT_ROOT/core/bootstrap.sh"