042fa6b8ffca
More
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sat, 15 Jul 2023 19:36:11 -0400 |
parents | c706f0dc399f |
children | ea20ba30c05a |
branches/tags | (none) |
files | bin/bootstrap.sh |
Changes
--- a/bin/bootstrap.sh Sat Jul 15 19:34:14 2023 -0400 +++ b/bin/bootstrap.sh Sat Jul 15 19:36:11 2023 -0400 @@ -18,7 +18,7 @@ ensure_link "src/dotfiles/hgrc" ".hgrc" test -d ~/.hg-git/ || hg clone "https://foss.heptapod.net/mercurial/hg-git/" "$HOME/.hg-git" -test -d ~/src/dulwich || git clone "git://github.com/jelmer/dulwich.git" "$HOME/src/dulwich" +test -d ~/src/dulwich || git clone "https://github.com/jelmer/dulwich" "$HOME/src/dulwich" ensure_link "src/dulwich/dulwich" "src/hg/dulwich"