V8.13.392.2025.11.07
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m15s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-11-07 18:53:24 +01:00
parent 940508df7a
commit 59199a6e06
3 changed files with 6 additions and 3 deletions

View File

@@ -219,9 +219,6 @@ hardening_ssh_tcp
### Preparing the build environment.
lb_config_start
# shellcheck disable=SC2164
cd "${VAR_WORKDIR}"
### Writing the build configuration.
lb_config_write_trixie

View File

@@ -41,6 +41,9 @@ lb_config_start() {
if [[ -d "${VAR_HANDLER_BUILD_DIR}/.build" ]]; then
# shellcheck disable=SC2164
cd "${VAR_HANDLER_BUILD_DIR}"
printf "\e[95m++++ ++++ ++++ ++++ ++++ ++++ ++ 🧪 Deleting former config, binary and cache ... \e[0m\n"
lb clean --binary --cache --purge --source

View File

@@ -30,6 +30,9 @@ lb_config_write_trixie() {
printf "\e[95m++++ ++++ ++++ ++++ ++++ ++++ ++ 🧪 %s starting ... \e[0m\n" "${BASH_SOURCE[0]}"
printf "\e[95m++++ ++++ ++++ ++++ ++++ ++++ ++ 🧪 Writing new config ... \e[0m\n"
# shellcheck disable=SC2164
cd "${VAR_HANDLER_BUILD_DIR}"
lb config \
--apt apt \
--apt-indices true \