From 5538b84ad30babadba5fe54e79e082551a0343b8 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 26 Mar 2013 09:32:42 +0100 Subject: [PATCH] postinst-setup: install apt-cacher-ng --- postinst-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postinst-setup b/postinst-setup index 191bcf7..cacabe1 100755 --- a/postinst-setup +++ b/postinst-setup @@ -7,7 +7,7 @@ if [ -d /home/martin/backup ] && [ ! -d /var/backups/martin ]; then fi # need bzr and postfix for the setup below -DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends postfix openssh-server bzr python-paramiko +DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends postfix openssh-server bzr python-paramiko apt-cacher-ng # root's ssh stuff if [ ! -d /root/.ssh ] && [ -d /home/martin/.ssh ]; then -- 2.39.2