]> piware.de Git - bin.git/blob - update-chroots
ab2a668ef4f39b2d73ebe7fb886547130a1bd53d
[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'