diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-21 17:03:20 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-21 17:03:20 +0100 |
| commit | f2948cfb8949f87057e2de44cb0bff5623017427 (patch) | |
| tree | bbe02b1ecee5e338a799da6bc8f598c1517a14fe | |
| parent | dbfae002f9cf3f6c3c15444c1e9c60de6a697f0e (diff) | |
Fix the install to account for when ~/.local folder isn't there
| -rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
