V8.02.768.2025.06.01
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -42,10 +42,6 @@ jobs:
|
||||
>| /etc/apt/sources.list.d/bookworm-backports.list
|
||||
apt-get update
|
||||
|
||||
- name: Check GnuPG Version.
|
||||
run: |
|
||||
gpg --version
|
||||
|
||||
- name: Installing Build Tools.
|
||||
run: |
|
||||
apt-get update
|
||||
@@ -55,7 +51,9 @@ jobs:
|
||||
debootstrap \
|
||||
dosfstools \
|
||||
efibootmgr \
|
||||
gnupg \
|
||||
git \
|
||||
haveged \
|
||||
live-build \
|
||||
parted \
|
||||
ssh \
|
||||
@@ -64,6 +62,10 @@ jobs:
|
||||
wget \
|
||||
whois
|
||||
|
||||
- name: Check GnuPG Version.
|
||||
run: |
|
||||
gpg --version
|
||||
|
||||
- name: Preparing SSH Setup, SSH Deploy Key, Known Hosts, .config.
|
||||
run: |
|
||||
rm -rf ~/.ssh && mkdir -m700 ~/.ssh
|
||||
|
||||
Reference in New Issue
Block a user