diff options
author | Leif Johansson <leifj@sunet.se> | 2014-03-04 18:28:40 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2014-03-04 18:53:49 +0100 |
commit | 4dda458faba814f41fd2f6ddbfebb2ac23ecc3c9 (patch) | |
tree | 23885dcebe89b5fcb9f2f9e30444a24e8e9d2d44 /apt/bootstrap-cosmos.sh | |
parent | 60e026c0b1b2e1440e0721e634cf7c803b8e5907 (diff) |
wget hurts to miss
Diffstat (limited to 'apt/bootstrap-cosmos.sh')
-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 |