aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.sh b/setup.sh
index d36ff2c..1424b47 100755
--- a/setup.sh
+++ b/setup.sh
@@ -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 \