#!/usr/bin/bash

set -ex
cd /tmp/aptcache
apt-get -y install --download-only "$@"
