]> piware.de Git - bin.git/blob - update-chroots
update-chroots: add autoclean
[bin.git] / update-chroots
1 #!/bin/sh
2 dchroot -a -- 'apt-get update'
3 dchroot -a -- 'apt-get -u -y dist-upgrade'
4 dchroot -a -- 'apt-get autoclean'