diff options
| -rwxr-xr-x | setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ install_tup() then if [ ! -d "${tools_dir}/tup" ]; then - git clone "git://github.com/gittup/tup.git" "${tools_dir}/tup" + git clone "https://github.com/gittup/tup.git" "${tools_dir}/tup" fi cd "${tools_dir}/tup" ./bootstrap.sh @@ -130,7 +130,7 @@ install_oh_my_zsh() if [ ! -d "${tools_dir}/oh-my-zsh" ]; then git clone \ - "git://github.com/robbyrussell/oh-my-zsh.git" \ + "https://github.com/ohmyzsh/oh-my-zsh.git" \ "${tools_dir}/oh-my-zsh" fi ln -sf \ |
