Skip to content

Commit 206ee07

Browse files
committed
Merge pull request certbot#1186 from xtaran/master
Use git instead of git-core in bootstrapping on Debian and friends
2 parents 8e7c8ad + 7fdea8d commit 206ee07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/_deb_common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if apt-cache show python-virtualenv > /dev/null ; then
3333
fi
3434

3535
apt-get install -y --no-install-recommends \
36-
git-core \
36+
git \
3737
python \
3838
python-dev \
3939
$virtualenv \

0 commit comments

Comments
 (0)