]> piware.de Git - bin.git/blobdiff - update-chroots
update-chroots: use apt-get clean
[bin.git] / update-chroots
index fc5ce75cb6d87248438a770fff390c11975a6adb..d006845abb17ce93fc4b106cd75512798801585f 100755 (executable)
@@ -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'