nocem keyring fix.
ci/woodpecker/tag/build Pipeline was successful

This commit is contained in:
2026-08-09 06:45:51 +05:00
parent e500bff0f1
commit 14d19a949f
3 changed files with 23 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh
if [ -f "/etc/gpg/gpg.conf" ]; then
exit 0
fi
rm -rf /etc/gpg || exit 0
mkdir -p /etc/gpg
echo "use-keyboxd 0" > /etc/gpg/gpg.conf