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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-09-12 12:36:10 +02:00
parent 08f8ba2085
commit 1aea103196

View File

@@ -31,8 +31,6 @@ installation_lynis() {
curl -fsSL https://packages.cisofy.com/keys/cisofy-software-public.key | \ curl -fsSL https://packages.cisofy.com/keys/cisofy-software-public.key | \
gpg --dearmor -o "${TARGET}/etc/apt/trusted.gpg.d/cisofy-software-public.gpg" gpg --dearmor -o "${TARGET}/etc/apt/trusted.gpg.d/cisofy-software-public.gpg"
deb [arch=amd64,arm64 signed-by=/etc/apt/trusted.gpg.d/cisofy-software-public.gpg] https://packages.cisofy.com/community/lynis/deb/ stable main
insert_header "${TARGET}/etc/apt/sources.list.d/cisofy-lynis.sources" insert_header "${TARGET}/etc/apt/sources.list.d/cisofy-lynis.sources"
insert_comments "${TARGET}/etc/apt/sources.list.d/cisofy-lynis.sources" insert_comments "${TARGET}/etc/apt/sources.list.d/cisofy-lynis.sources"
cat << 'EOF' >> "${TARGET}/etc/apt/sources.list.d/cisofy-lynis.sources" cat << 'EOF' >> "${TARGET}/etc/apt/sources.list.d/cisofy-lynis.sources"