From 7f0c457a3368faec9401a10714f061d36cdb5f4e Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 20 Apr 2016 15:37:25 +0200 Subject: [PATCH] try very hard to find git --- global/overlay/etc/cosmos/apt/bootstrap-cosmos.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/global/overlay/etc/cosmos/apt/bootstrap-cosmos.sh b/global/overlay/etc/cosmos/apt/bootstrap-cosmos.sh index fe41456..d3f219a 100755 --- a/global/overlay/etc/cosmos/apt/bootstrap-cosmos.sh +++ b/global/overlay/etc/cosmos/apt/bootstrap-cosmos.sh @@ -22,7 +22,10 @@ fi set -x -apt-get -y update && apt-get -y upgrade && apt-get -y install rsync git git-core wget +apt-get -y update && apt-get -y upgrade +for pkg in rsync git git-core wget; do + apt-get -y install $pkg +done dpkg -i cosmos_1.5-1_all.deb if ! test -d /var/cache/cosmos/repo; then