#!/bin/bash # Do an apt-get clean. This will free some space. set -eu set -o pipefail apt-get clean