#!/bin/bash
# Do an apt-get update, so that packages can be installed.

set -e

apt-get -y update
