From: martin@piware.de <> Date: Tue, 21 Jul 2009 09:42:38 +0000 (+0200) Subject: update-chroots: use apt-get clean X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=62b049bb742ac0b4e82ec0da8917c758c6d5e067 update-chroots: use apt-get clean --- diff --git a/update-chroots b/update-chroots index fc5ce75..d006845 100755 --- a/update-chroots +++ b/update-chroots @@ -4,4 +4,4 @@ for f in /home/dchroot/*/etc/resolv.conf; do done dchroot -a -- 'apt-get update' dchroot -a -- 'apt-get -u -y dist-upgrade' -dchroot -a -- 'apt-get autoclean' +dchroot -a -- 'apt-get clean'