summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorroot <root@krebs>2011-05-24 22:27:42 +0200
committerroot <root@krebs>2011-05-24 22:27:42 +0200
commit73ad8055ea48283ce1eea672e9358e70290befb7 (patch)
tree93d06d17228e29fa34cf1f9b4140e9df775dbe47 /bootstrap.sh
parent843b62b3ea1923eeb50d73a2bc260800ebec6213 (diff)
parent405829cd0021cf32f04a499b65a4c1358dfd7604 (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