From 7d176be96ad351c9f00763a156c7a75689834484 Mon Sep 17 00:00:00 2001 From: lovvvve Date: Sat, 5 Dec 2015 11:41:45 +0800 Subject: [PATCH] fix install from my github --- README.markdown | 4 ++-- tools/install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 3805d1eb4..587bc4177 100644 --- a/README.markdown +++ b/README.markdown @@ -25,11 +25,11 @@ Oh My Zsh is installed by running one of the following commands in your terminal #### via curl -`sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"` +`sh -c "$(curl -fsSL https://raw.github.com/lovvvve/oh-my-zsh/master/tools/install.sh)"` #### via wget -`sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"` +`sh -c "$(wget https://raw.github.com/lovvvve/oh-my-zsh/master/tools/install.sh -O -)"` ## Using Oh My Zsh diff --git a/tools/install.sh b/tools/install.sh index c83a6f23d..c40c1be5c 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -10,7 +10,7 @@ if [ -d "$ZSH" ]; then fi echo "\033[0;34mCloning Oh My Zsh...\033[0m" -hash git >/dev/null 2>&1 && env git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git $ZSH || { +hash git >/dev/null 2>&1 && env git clone --depth=1 https://github.com/lovvvve/oh-my-zsh.git $ZSH || { echo "git not installed" exit }