summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Richter <Felix.Richter@syntax-fehler.de>2011-05-14 20:02:54 +0200
committerFelix Richter <Felix.Richter@syntax-fehler.de>2011-05-14 20:02:54 +0200
commitf4544cf0512d5c5d48263be086afe55d8c201d45 (patch)
tree3abc2d1b1bc7d4e0abec6f38c439c808ddc7f7f1
parent7b9fab6159ac5a3ded630786279ebc6f66dcd7c7 (diff)
hotfix for debian install of git
-rw-r--r--bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
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