diff options
Diffstat (limited to 'ssh-co-dotfiles')
-rwxr-xr-x | ssh-co-dotfiles | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-co-dotfiles b/ssh-co-dotfiles index 34a79ea..9e2fb26 100755 --- a/ssh-co-dotfiles +++ b/ssh-co-dotfiles @@ -47,11 +47,11 @@ MBQmrD9cIDBQul8TYms32orn/+pZltTYQ9G9py3a0cC7HHt0peedXIJnRdEGrMVM cIFbNzIrk1reHamFS3w2mrGLWF5/xbdjRZQeeYSom2CLwtN1ywhz -----END CERTIFICATE----- EOF - git -c http.sslCAinfo=/home/weasel/.www.palfrader.org.crt clone https://www.palfrader.org/git/conf/dotfiles.git .dotfiles.new && + git -c http.sslCAinfo="$HOME"/.www.palfrader.org.crt clone https://www.palfrader.org/git/conf/dotfiles.git .dotfiles.new && rm -f .www.palfrader.org.crt && mv .dotfiles.new .dotfiles && cd .dotfiles && - git config --local --add http.sslCAinfo /home/weasel/.dotfiles/.certs/www.palfrader.org.crt && + git config --local --add http.sslCAinfo "$HOME"/.dotfiles/.certs/www.palfrader.org.crt && ./Link-Them && echo "All done"' |