]> piware.de Git - bin.git/blob - update-chroots
initial checkin
[bin.git] / update-chroots
1 #!/bin/sh
2 dchroot -a -- 'apt-get update'
3 dchroot -d -c breezy -- 'apt-get -u -y dist-upgrade'
4 dchroot -d -c dapper -- 'apt-get -u -y dist-upgrade'