Fix build by updating the local apt-get repo

This commit is contained in:
José Armando García Sancio
2015-02-10 09:56:27 +00:00
parent bd458cb514
commit f4ecacbdd2

View File

@@ -1,10 +1,12 @@
#!/bin/bash
# Need to first update the local repo before installing anything
apt-get -y update
# Install Git (TODO(CD): Remove this, for testing only)
apt-get -y install git
# Install the latest Marathon
apt-get -y update
apt-get -y install marathon
# List installed versions of external systems