hstr/build/ubuntu/ubuntu-refresh-all-pbuilder.sh
2018-08-13 16:59:32 +02:00

10 lines
113 B
Bash
Executable file

#!/bin/bash
for DISTRO in precise quantal saucy trusty utopic
do
sudo pbuilder --create ${DISTRO}
done
# eof