V8.00.000.2025.06.17
All checks were successful
🔁 Render Graphviz Diagrams. / 🔁 Render Graphviz Diagrams. (push) Successful in 32s
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 47s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-24 18:28:35 +02:00
parent e9681e87c5
commit 0a2d983c7d
64 changed files with 525 additions and 1423 deletions

View File

@@ -9,10 +9,7 @@
# SPDX-LicenseComment: This file is part of the CISS.debian.installer.secure framework.
# SPDX-PackageName: CISS.debian.installer
# SPDX-Security-Contact: security@coresecret.eu
. ./lib/0000_usage.sh
. ./lib/0001_contact.sh
. ./lib/0002_version.sh
. ./lib/0010_guard_sourcing.sh
. ./lib/0011_guard_safe_exec.sh
. ./lib/0020_gen_dir_files.sh
. ./lib/0030_check_pkgs.sh
@@ -31,6 +28,7 @@
. ./lib/0101_arg_sanitizer.sh
. ./lib/0102_arg_parser.sh
. ./lib/0103_arg_priority_check.sh
. ./lib/0104_arg_nuke_converter.sh
. ./lib/0200_dialog_helper.sh
. ./lib/
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh