#!/bin/sh apt-get update apt-get install -y --no-install-recommends $@ rc=$? apt-get clean all rm -rf /var/lib/apt/lists/* exit $rc