From 8dc8fbb97d96957b4e88fc62dee343ff2ef9476e Mon Sep 17 00:00:00 2001 From: Jie Feng Date: Sun, 12 Mar 2017 04:18:59 +0800 Subject: [PATCH] chagne install repo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d865508..5d1bc38 100644 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ if [ ! -d "$HOME/.yadr" ]; then echo "Installing YADR for the first time" - git clone --depth=1 https://github.com/skwp/dotfiles.git "$HOME/.yadr" + git clone --depth=1 https://github.com/hophacker/dotfiles.git "$HOME/.yadr" cd "$HOME/.yadr" [ "$1" = "ask" ] && export ASK="true" rake install