aboutsummaryrefslogtreecommitdiffstats
path: root/setup.sh
diff options
context:
space:
mode:
authorSylvain Herlédan <sylvain.herledan@hrafnagud.info>2023-06-24 08:52:01 +0000
committerSylvain Herlédan <sylvain.herledan@hrafnagud.info>2023-06-24 08:52:28 +0000
commit21a8b099e3b64bc0f4131573a498687f42566096 (patch)
tree55f4e31bc55a578a16009d267b84a6a17fd5f080 /setup.sh
parent7d8f9be96cc89ef305e9a43d5bcb73cb5040e29e (diff)
downloaddotfiles-21a8b099e3b64bc0f4131573a498687f42566096.tar.gz
dotfiles-21a8b099e3b64bc0f4131573a498687f42566096.tar.bz2
dotfiles-21a8b099e3b64bc0f4131573a498687f42566096.zip
Fix URL of git repositories hosted on GitHub
git:// protocol is not supported anymore, only https://
Diffstat (limited to 'setup.sh')
-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 \