#!/bin/sh -e printf 'MINI_BUILDD: %s: %s\n' ccache 'Installs ccache (together with the '"'"'ccache'"'"' config block, this enables ccache for builds on the same instance)'; apt-get --quiet --yes --option=APT::Install-Recommends=false --option=Acquire::Languages=none --option=Dpkg::Use-Pty=false --option=Dpkg::Options::=--force-confdef --option=Dpkg::Options::=--force-confnew install ccache