From f4544cf0512d5c5d48263be086afe55d8c201d45 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Sat, 14 May 2011 20:02:54 +0200 Subject: hotfix for debian install of git --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 475d01c3..3a1de4eb 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -3,7 +3,7 @@ set -x [ "`id -u`" -eq "0" ] || { echo "you need to be root!"; exit 1;} || exit 1 [ -e '/usr/bin/git' ] || \ -apt-get install -y git || \ +apt-get install -y git-core || \ yum install git || \ pacman -Sy git || \ { echo "please install git!"; exit 1;} || exit 1 -- cgit v1.2.3