From 21a8b099e3b64bc0f4131573a498687f42566096 Mon Sep 17 00:00:00 2001 From: Sylvain Herlédan Date: Sat, 24 Jun 2023 08:52:01 +0000 Subject: Fix URL of git repositories hosted on GitHub git:// protocol is not supported anymore, only https:// --- setup.sh | 4 ++-- 1 file 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 \ -- cgit v1.2.3-70-g09d2