From fffb82a81e8bcacd2a45ee4c524aee7da2095920 Mon Sep 17 00:00:00 2001 From: Jie Feng Date: Sun, 20 Aug 2017 12:20:55 +0800 Subject: [PATCH] change hophacker to rallets-network in install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5d1bc38..545eff8 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/hophacker/dotfiles.git "$HOME/.yadr" + git clone --depth=1 https://github.com/rallets-network/dotfiles.git "$HOME/.yadr" cd "$HOME/.yadr" [ "$1" = "ask" ] && export ASK="true" rake install