diff options
author | krebs <krebs@UTART> | 2011-05-24 21:25:08 +0200 |
---|---|---|
committer | krebs <krebs@UTART> | 2011-05-24 21:25:08 +0200 |
commit | 405829cd0021cf32f04a499b65a4c1358dfd7604 (patch) | |
tree | 7f81ad136029f1140e36c04789980f606f3bd277 /bootstrap.sh | |
parent | 7e58b11f8a4045088afaafff82ef154fd060fa4d (diff) | |
parent | f7e9589f5ecf0a56ff8f0afbc0f915005ba829e2 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'bootstrap.sh')
-rw-r--r-- | bootstrap.sh | 1 |
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 |