Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/lib/keygen.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fi
EXP_DATE=$(date -d "+1 year" +"%Y-%m-%d")
KEY_COMMENT="GitHub Modern Signing Key ($USERNAME) [Exp: $EXP_DATE]"

echo "=== GPG Key Generation and GitHub Enrollment (DBUS FIXED) ==="
echo "=== GPG Key Generation and GitHub Enrolment (DBUS FIXED) ==="

# 1. Dependency Validation (Strictly Core OS Utilities)
for cmd in gpg gh awk tr cut mktemp date gdbus printf; do
Expand Down
Loading