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