summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authortv <tv@also>2011-05-26 12:24:27 +0200
committertv <tv@also>2011-05-26 12:24:27 +0200
commit4a4771f4f95d1b3c62620b0ccec13822b5c293e1 (patch)
treeb82f022db5852118d71654e509be82dd36794e75 /bootstrap.sh
parent224aa7f6695f0d395943555664d25cf3999d2f93 (diff)
parent54f8f1d6b9d5f7b8056cb40ed92d2b10d08415ea (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'bootstrap.sh')
-rw-r--r--bootstrap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 433235e9..c434a4fe 100644
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -5,6 +5,7 @@ set -x
[ -e '/usr/bin/git' ] || \
apt-get install -y git-core || \
yum install git || \
+opkg install git || \
pacman -Sy git || \
{ echo "please install git!"; exit 1;} || exit 1