ilovegpgilovegpgilovegpg

This commit is contained in:
2025-12-07 21:57:45 +06:00
parent 0ccb310174
commit 5c18c02fa6
2 changed files with 4 additions and 2 deletions

View File

@@ -92,7 +92,9 @@ init_container() {
echo "Running setup..."
podman exec "$CONTAINER_NAME" bash -c "
mkdir -p /root/.gnupg
chmod 700 /root/.gnupg
chmod 755 /root/.gnupg
echo 'allow-loopback-pinentry' > /root/.gnupg/gpg-agent.conf
gpg-connect-agent reloadagent /bye
gpg --batch --import /tmp/signing.key
if [[ ! -d /var/db/repos/gentoo/profiles ]]; then