V8.13.392.2025.11.07
Some checks failed
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Failing after 4s
🔐 Generating a Private Live ISO TRIXIE. / 🔐 Generating a Private Live ISO TRIXIE. (push) Failing after 4s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-11-07 22:37:57 +01:00
parent 31c2a2cf6f
commit 21e18f916e
4 changed files with 19 additions and 33 deletions

View File

@@ -54,6 +54,7 @@ init_gnupg() {
cat << EOF >| "${GNUPGHOME}/gpg-agent.conf"
allow-loopback-pinentry
pinentry-program /usr/bin/pinentry-tty
trust-model always
EOF
if ! gpgconf --launch gpg-agent 2>&1; then