commit 38ab1f9266844dd443665b4e205b63d91dab82bb parent 501f57b8c8875a6ecf97b1328f3cdfe60bc7cf05 Author: Andrew Laack <andrew@laack.co> Date: Sat, 7 Mar 2026 23:52:34 -0600 Updated git Diffstat:
| M | installers/arch-private-installation.sh | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/installers/arch-private-installation.sh b/installers/arch-private-installation.sh @@ -14,8 +14,7 @@ echo "max-cache-ttl 288000">> ~/.gnupg/gpg-agent.conf git config --global user.email "andrew@laack.co" git config --global user.name "Andrew Laack" -git config --global credential.helper cache -git config --global credential.helper 'cache --timeout=300000' +git config --global credential.helper store cp ~/gitRepos/keys/ssh/id_ed25519* ~/.ssh/ chmod 600 ~/.ssh/id_ed25519*