diff options
-rwxr-xr-x | apt/bootstrap-cosmos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt/bootstrap-cosmos.sh b/apt/bootstrap-cosmos.sh index 6b4454a..3e93f8c 100755 --- a/apt/bootstrap-cosmos.sh +++ b/apt/bootstrap-cosmos.sh @@ -22,7 +22,7 @@ fi set -x -apt-get -y install rsync git-core +apt-get -y install rsync git-core wget dpkg -i cosmos_1.2-2_all.deb if ! test -d /var/cache/cosmos/repo; then |