From 689758ee3e8aae72163f6ffb6cdceb16edd3b0fe Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 10 Apr 2014 19:50:18 +0100 Subject: Installer: switch URL to github --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 9da73847..e31b00cd 100755 --- a/install +++ b/install @@ -17,7 +17,7 @@ fi if [[ ! -d $target && ${(L)host} =~ prefect ]] then - git clone ssh://alan@home.alanpearce.co.uk:22222/~/dotfiles.git + git clone git://github.com/alanpearce/dotfiles.git fi install-dot () { -- cgit 1.4.1