From bcf924a4b756921ec7a7caaa0366a9f79ba7af096230d6959b50e727bc4564b2 Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Wed, 25 Jun 2025 14:59:38 +0200 Subject: [PATCH] V8.03.832.2025.06.25 Signed-off-by: Marc S. Weidner --- lib/lib_contact.sh | 25 +++++++++++++------------ lib/lib_version.sh | 7 ++++--- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/lib/lib_contact.sh b/lib/lib_contact.sh index 97ffd02..31459e0 100644 --- a/lib/lib_contact.sh +++ b/lib/lib_contact.sh @@ -20,21 +20,22 @@ contact() { clear cat << EOF -$(echo -e "\e[92mCISS.debian.live.builder\e[0m") -$(echo -e "\e[92mMaster V8.03.832.2025.06.25\e[0m") -$(echo -e "\e[92mA lightweight Shell Wrapper for building a hardened Debian Bookworm Live ISO Image.\e[0m") +$(echo -e "\e[97m################################################################################ \e[0m") +$(echo -e "\e[92m CISS.debian.live.builder from https://git.coresecret.dev/msw \e[0m") +$(echo -e "\e[92m A lightweight Shell Wrapper for building a hardened Debian Live ISO Image. \e[0m") -$(echo -e "\e[97m(c) Marc S. Weidner, 2018 - 2025\e[0m") -$(echo -e "\e[97m(p) Centurion Press, 2024 - 2025\e[0m") +$(echo -e "\e[97m (c) Marc S. Weidner, 2018 - 2025 \e[0m") +$(echo -e "\e[97m (p) Centurion Press, 2024 - 2025 \e[0m") -$(echo -e "\e[95m💬 Contact:\e[0m") -$(echo -e "\e[95m🌐 https://coresecret.eu/ \e[0m") -$(echo -e "\e[95m📧 security@coresecret.eu \e[0m") -$(echo -e "\e[95m🔑 PGP Key 2D98 07F4 1030 1776 597E BDC9 9F54 8853 35A3 C9AD \e[0m") -$(echo -e "\e[95m🔗 https://keys.openpgp.org/vks/v1/by-fingerprint/2D9807F410301776597EBDC99F54885335A3C9AD \e[0m") +$(echo -e "\e[95m 💬 Contact: \e[0m") +$(echo -e "\e[95m 🌐 https://coresecret.eu/ \e[0m") +$(echo -e "\e[95m 📧 security@coresecret.eu \e[0m") +$(echo -e "\e[95m 🔑 PGP Key 2D98 07F4 1030 1776 597E BDC9 9F54 8853 35A3 C9AD \e[0m") +$(echo -e "\e[95m 🔗 https://keys.openpgp.org/vks/v1/by-fingerprint/2D9807F410301776597EBDC99F54885335A3C9AD \e[0m") -$(echo -e "\e[95m💷 Please consider donating to my work at:\e[0m") -$(echo -e "\e[95m🌐 https://coresecret.eu/spenden/ \e[0m") +$(echo -e "\e[95m 💷 Please consider donating to my work at: \e[0m") +$(echo -e "\e[95m 🌐 https://coresecret.eu/spenden/ \e[0m") +$(echo -e "\e[97m################################################################################ \e[0m") EOF } diff --git a/lib/lib_version.sh b/lib/lib_version.sh index 6ac6714..c50471c 100644 --- a/lib/lib_version.sh +++ b/lib/lib_version.sh @@ -1,6 +1,6 @@ #!/bin/bash # SPDX-Version: 3.0 -# SPDX-CreationInfo: 2025-05-05; WEIDNER, Marc S.; +# SPDX-CreationInfo: 2025-06-25; WEIDNER, Marc S.; # SPDX-ExternalRef: GIT https://git.coresecret.dev/msw/CISS.debian.live.builder.git # SPDX-FileContributor: WEIDNER, Marc S.; Centurion Intelligence Consulting Agency # SPDX-FileCopyrightText: 2024-2025; WEIDNER, Marc S.; @@ -13,9 +13,9 @@ ####################################### # Version Wrapper CISS.debian.live.builder # Globals: -# None +# VAR_VERSION # Arguments: -# $0: Script name +# None ####################################### version() { # shellcheck disable=SC2155 @@ -33,6 +33,7 @@ version() { cat << EOF $(echo -e "\e[97m################################################################################ \e[0m") $(echo -e "\e[92m CISS.debian.live.builder from https://git.coresecret.dev/msw \e[0m") +$(echo -e "\e[92m A lightweight Shell Wrapper for building a hardened Debian Live ISO Image.\e[0m") Version : ${VAR_VERSION} Git : ${var_repo_ver}