try very hard to find git
This commit is contained in:
parent
87e49a541f
commit
7f0c457a33
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue