From 6b52336e7f76c8f251778c056e73018101930994 Mon Sep 17 00:00:00 2001 From: CrimsonTome Date: Wed, 23 Nov 2022 10:08:28 +0000 Subject: [PATCH] chore: change ssh keygen --- post-install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/post-install b/post-install index 709b283..eae4830 100755 --- a/post-install +++ b/post-install @@ -22,8 +22,7 @@ mkdir -p ~/.config/ mkdir -p ~/bin/ # create an ssh key, for use with git/github -ssh-keygen -t ed25519 -f "~/.ssh/id_ed25519_git" -N '' - +ssh-keygen -t ed25519 -f "/home/`whoami`/.ssh/id_ed25519_git" -N '' setup_config() { cd ~