scripts

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 38ea2de914f91ead929debe9765216059128772a
parent f96ad2e3b38743d6134eb7660d833581b3198bc9
Author: Andrew Laack <andrew@laack.co>
Date:   Sun,  8 Mar 2026 00:18:34 -0600

Updated key location

Diffstat:
Minstallers/arch-private-installation.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/installers/arch-private-installation.sh b/installers/arch-private-installation.sh @@ -17,7 +17,7 @@ git config --global user.email "andrew@laack.co" git config --global user.name "Andrew Laack" git config --global credential.helper store -ln -s ~/keys/git/credentials.txt .git-credentials +ln -s ~/gitRepos/keys/git/credentials.txt .git-credentials mv ~/.git-credentials ~/gitRepos/keys/git-credentials.txt cp ~/gitRepos/keys/ssh/id_ed25519* ~/.ssh/