diff --git a/bin/oh-my-zsh-check.sh b/bin/oh-my-zsh-check.sh index b851c35..041f082 100755 --- a/bin/oh-my-zsh-check.sh +++ b/bin/oh-my-zsh-check.sh @@ -1,5 +1,5 @@ #!/bin/bash if [ ! -e "$ZSH/oh-my-zsh.sh" ] ; then - /bin/zsh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussel/oh-my-zsh/master/tools/install.sh)" + /bin/zsh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussel/ohmyzsh/master/tools/install.sh)" fi