From 41599461aa00610e1842fc72d8ac99812ace2edf Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 18 Feb 2015 15:38:15 +0100 Subject: Add install-VM-grongo --- ssh-co-dotfiles | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ssh-co-dotfiles') diff --git a/ssh-co-dotfiles b/ssh-co-dotfiles index c59c9bf..e55e817 100755 --- a/ssh-co-dotfiles +++ b/ssh-co-dotfiles @@ -87,12 +87,14 @@ sXmB2EZXwPrgijgIFWpRTarioptI9NxNF4RtpAjH1dI1VtP9kybvYKSP+z3cniFL 4Q== -----END CERTIFICATE----- EOF + rm -f .gitconfig && cd .dotfiles && git remote set-url origin https://git2.palfrader.org/git/conf/dotfiles.git && git -c http.sslCAinfo="$HOME"/.git2.palfrader.org.crt -c http.sslCAPath="$HOME"/.nonexistent pull && git config --local --add http.sslCAinfo "$HOME"/.dotfiles/.certs/git2.palfrader.org.crt && git config --local --add http.sslCAPath "$HOME"/.nonexistent && rm -f .git2.palfrader.org.crt && + ./Link-Them && echo "Pulled with current cert."; fi ' -- cgit v1.2.3