From 87e49a541f5930b0048bb10654576baf954bae05 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 20 Apr 2016 15:07:37 +0200 Subject: [PATCH] safe update & upgrade --- global/overlay/etc/cosmos/apt/bootstrap-cosmos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/cosmos/apt/bootstrap-cosmos.sh b/global/overlay/etc/cosmos/apt/bootstrap-cosmos.sh index 613b74e..fe41456 100755 --- a/global/overlay/etc/cosmos/apt/bootstrap-cosmos.sh +++ b/global/overlay/etc/cosmos/apt/bootstrap-cosmos.sh @@ -22,7 +22,7 @@ fi set -x -apt-get -y install rsync git-core wget +apt-get -y update && apt-get -y upgrade && apt-get -y install rsync git git-core wget dpkg -i cosmos_1.5-1_all.deb if ! test -d /var/cache/cosmos/repo; then