summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xssh-co-dotfiles1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh-co-dotfiles b/ssh-co-dotfiles
index 5e89ed6..c59c9bf 100755
--- a/ssh-co-dotfiles
+++ b/ssh-co-dotfiles
@@ -88,6 +88,7 @@ sXmB2EZXwPrgijgIFWpRTarioptI9NxNF4RtpAjH1dI1VtP9kybvYKSP+z3cniFL
-----END CERTIFICATE-----
EOF
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 &&