try very hard to find git

This commit is contained in:
Leif Johansson 2016-04-20 15:37:25 +02:00 committed by Patrik Lundin
parent 87e49a541f
commit 7f0c457a33
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -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