diff --git a/install.sh b/install.sh index 455d29d..8947167 100755 --- a/install.sh +++ b/install.sh @@ -60,9 +60,9 @@ installmyzsh() echo "" read -p "should i clone myzsh writeable? [y/n]" choice if [ $choice = "y" ]; then - git clone git@bitbucket.org:beyondthewall/myzsh.git ~/.myzsh + git clone git@github.com:beyondthewall/myzsh.git ~/.myzsh else - git clone https://bitbucket.org/beyondthewall/myzsh.git ~/.myzsh + git clone https://github.com/beyondthewall/myzsh.git ~/.myzsh fi done echo 'ZSH="$HOME/.myzsh"' > ~/.zshrc