From 716988f3354dc82a3f386ea5d0766d26a95b8f90 Mon Sep 17 00:00:00 2001 From: koptein Date: Tue, 30 Apr 2024 18:46:55 +0200 Subject: [PATCH] Update install.sh consistent homes --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c42b783..fe0f363 100755 --- a/install.sh +++ b/install.sh @@ -11,4 +11,4 @@ for link in bashrc gitconfig screenrc Xresources Xdefaults Xmodmap themes fonts done ln -s $(pwd)/sshconfig $HOME/.ssh/config -cat $(pwd)/pubkeys/* > ~/.ssh/authorized_keys +cat $(pwd)/pubkeys/* > $HOME/.ssh/authorized_keys