summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-21 17:03:20 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-21 17:03:20 +0100
commitf2948cfb8949f87057e2de44cb0bff5623017427 (patch)
treebbe02b1ecee5e338a799da6bc8f598c1517a14fe
parentdbfae002f9cf3f6c3c15444c1e9c60de6a697f0e (diff)
Fix the install to account for when ~/.local folder isn't there
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
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 [email protected]:~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