change hophacker to rallets-network in install.sh

This commit is contained in:
Jie Feng 2017-08-20 12:20:55 +08:00
parent 91408460e0
commit fffb82a81e

View File

@ -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