From f2948cfb8949f87057e2de44cb0bff5623017427 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 21 Feb 2026 17:03:20 +0100 Subject: Fix the install to account for when ~/.local folder isn't there --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 355ded4..8bf67b3 100755 --- a/install.sh +++ b/install.sh @@ -10,6 +10,7 @@ echo "Updating git remote..." git remote set-url origin git@git.sr.ht:~a14m/.rc echo "Configuring GPG..." +mkdir -p ~/.local/bin/ ln -sf ~/.rc/.gnupg/pinentry-wrapper ~/.local/bin/pinentry-wrapper envsubst < ~/.gnupg/gpg-agent.conf.template > ~/.gnupg/gpg-agent.conf chmod 0700 ~/.gnupg -- cgit v1.2.3