V8.02.768.2025.06.01

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-01 10:26:07 +02:00
parent f50ee876ed
commit 7b7ecdfc5e

View File

@@ -34,6 +34,17 @@ jobs:
options: --user root
steps:
- name: Enable Bookworm Backports.
run: |
echo 'deb https://deb.debian.org/debian bookworm-backports main' \
>| /etc/apt/sources.list.d/bookworm-backports.list
apt-get update
- name: Install GnuPG 2.3 from Backports.
run: |
DEBIAN_FRONTEND=noninteractive apt-get -t bookworm-backports install -y gnupg
gpg --version
- name: Installing Debian Live-Build and Tools.
run: |
apt-get update
@@ -46,7 +57,6 @@ jobs:
efibootmgr \
git \
live-build \
gnupg2 \
parted \
ssh \
ssl-cert \