From 7fdea8dd1ae951bc1d6348a90b25cfa5148e9081 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Thu, 29 Oct 2015 09:19:38 +0100 Subject: [PATCH] Use git instead of git-core in bootstrapping on Debian and friends Fixes #1179. --- bootstrap/_deb_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/_deb_common.sh b/bootstrap/_deb_common.sh index 2f44c4e91..71144ce40 100755 --- a/bootstrap/_deb_common.sh +++ b/bootstrap/_deb_common.sh @@ -33,7 +33,7 @@ if apt-cache show python-virtualenv > /dev/null ; then fi apt-get install -y --no-install-recommends \ - git-core \ + git \ python \ python-dev \ $virtualenv \