From a0e846ec167f169540ca28bfac25b2de702cfe07 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 28 Apr 2017 11:26:18 +0200 Subject: [PATCH] Use readonly clone to avoid asking for the passphrase. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 504b0b8..9925432 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/sh rm -fr /tmp/.dotfiles/ -git clone -q git@github.com:JulienPalard/dotfiles.git /tmp/.dotfiles/ && +git clone -q https://github.com/JulienPalard/dotfiles.git /tmp/.dotfiles/ && /tmp/.dotfiles/interactive_copy.py /tmp/.dotfiles/ ~/ --exclude README.md .git interactive_copy.py install.sh __pycache__ && rm -fr /tmp/.dotfiles/