set -x # Update APT and ensure our required packages are installed apt-get -y update apt-get -y install lxc bridge-utils debootstrap yum iptables ntpdate ntp apt-cacher-ng # Ensure APT Cache-NG is running service apt-cacher-ng restart || service apt-cacher-ng start cat <