Modification : vm_{host,hosted,remote} -> {host,local,remote}/ .
[lhc/ateliers.git] / local / dpkg-reconfigure
1 #!/bin/sh -eu
2 tool=$(readlink -e "${0%/*}/..")
3 . "$tool"/local/lib.sh
4
5 sudo \
6 DEBIAN_FRONTEND=noninteractive \
7 DEBIAN_PRIORITY=low \
8 dpkg-reconfigure "$@"