V8.02.768.2025.06.01
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -34,6 +34,17 @@ jobs:
|
|||||||
options: --user root
|
options: --user root
|
||||||
|
|
||||||
steps:
|
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.
|
- name: Installing Debian Live-Build and Tools.
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
@@ -46,7 +57,6 @@ jobs:
|
|||||||
efibootmgr \
|
efibootmgr \
|
||||||
git \
|
git \
|
||||||
live-build \
|
live-build \
|
||||||
gnupg2 \
|
|
||||||
parted \
|
parted \
|
||||||
ssh \
|
ssh \
|
||||||
ssl-cert \
|
ssl-cert \
|
||||||
|
|||||||
Reference in New Issue
Block a user