diff options
Diffstat (limited to 'bootstrap.sh')
-rw-r--r-- | bootstrap.sh | 2 |
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 |