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
|
>| /etc/apt/sources.list.d/bookworm-backports.list
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|
||||||
- name: Check GnuPG Version.
|
|
||||||
run: |
|
|
||||||
gpg --version
|
|
||||||
|
|
||||||
- name: Installing Build Tools.
|
- name: Installing Build Tools.
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
@@ -55,7 +51,9 @@ jobs:
|
|||||||
debootstrap \
|
debootstrap \
|
||||||
dosfstools \
|
dosfstools \
|
||||||
efibootmgr \
|
efibootmgr \
|
||||||
|
gnupg \
|
||||||
git \
|
git \
|
||||||
|
haveged \
|
||||||
live-build \
|
live-build \
|
||||||
parted \
|
parted \
|
||||||
ssh \
|
ssh \
|
||||||
@@ -64,6 +62,10 @@ jobs:
|
|||||||
wget \
|
wget \
|
||||||
whois
|
whois
|
||||||
|
|
||||||
|
- name: Check GnuPG Version.
|
||||||
|
run: |
|
||||||
|
gpg --version
|
||||||
|
|
||||||
- name: Preparing SSH Setup, SSH Deploy Key, Known Hosts, .config.
|
- name: Preparing SSH Setup, SSH Deploy Key, Known Hosts, .config.
|
||||||
run: |
|
run: |
|
||||||
rm -rf ~/.ssh && mkdir -m700 ~/.ssh
|
rm -rf ~/.ssh && mkdir -m700 ~/.ssh
|
||||||
|
|||||||
Reference in New Issue
Block a user