]> piware.de Git - bin.git/blobdiff - update-chroots
update-chroots: add autoclean
[bin.git] / update-chroots
index c126d1ddd3b837931fae6d7aa7c9dd2cea9fd51d..ab2a668ef4f39b2d73ebe7fb886547130a1bd53d 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
 dchroot -a -- 'apt-get update'
 dchroot -a -- 'apt-get -u -y dist-upgrade'
+dchroot -a -- 'apt-get autoclean'