From 7d7b0ec1aafde7cdd263d966c964d105611a3df9 Mon Sep 17 00:00:00 2001 From: ange Date: Sun, 6 Apr 2025 14:48:35 +0000 Subject: [PATCH] fix: XDG_RUNTIME_DIR --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 2daa32e..5027b30 100755 --- a/install.sh +++ b/install.sh @@ -26,6 +26,8 @@ echo 'enable-ssh-support' > "$HOME/.gnupg/gpg-agent.conf" echo 'D17DD274A8FC460888C038B2F84ACB3A562A3BA4' > "$HOME/.gnupg/sshcontrol" cat < "$HOME/.bash_profile" +export XDG_RUNTIME_DIR="$TMPDIR" + gpg-connect-agent /bye sshd