From f7e9589f5ecf0a56ff8f0afbc0f915005ba829e2 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Tue, 24 May 2011 18:49:15 +0200 Subject: added opkg packet manager to bootstrapping --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap.sh') 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 -- cgit v1.2.3