V8.03.768.2025.06.23

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-23 18:46:10 +02:00
parent a5db5044f6
commit 87905d693c
35 changed files with 207 additions and 28 deletions

View File

@@ -10,13 +10,15 @@
# SPDX-PackageName: CISS.debian.live.builder
# SPDX-Security-Contact: security@coresecret.eu
guard_sourcing
#######################################
# Check for required Deb Packages to run the script.
# Arguments:
# None
#######################################
check_pkgs() {
apt-get update -y
apt-get update -y > /dev/null 2>&1
if [[ -z "$(command -v lsb_release || true)" ]]; then
apt-get install -y --no-install-recommends lsb-release