diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-24 18:49:15 +0200 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-24 18:49:15 +0200 |
commit | f7e9589f5ecf0a56ff8f0afbc0f915005ba829e2 (patch) | |
tree | 13a9f87df0dbaf577f12b8b4504c0819d6a088b1 /bootstrap.sh | |
parent | ab093c1baf6cf0dc631c6e5ebfd521ca7dee5eb5 (diff) |
added opkg packet manager to bootstrapping
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 |