diff options
| author | Sylvain Herlédan <sylvain.herledan@hrafnagud.info> | 2023-06-24 08:52:01 +0000 |
|---|---|---|
| committer | Sylvain Herlédan <sylvain.herledan@hrafnagud.info> | 2023-06-24 08:52:28 +0000 |
| commit | 21a8b099e3b64bc0f4131573a498687f42566096 (patch) | |
| tree | 55f4e31bc55a578a16009d267b84a6a17fd5f080 /setup.sh | |
| parent | 7d8f9be96cc89ef305e9a43d5bcb73cb5040e29e (diff) | |
| download | dotfiles-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-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 \ |
