diff options
Diffstat (limited to 'examples/pbuilder-test/000_prepinstall')
-rw-r--r-- | examples/pbuilder-test/000_prepinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pbuilder-test/000_prepinstall b/examples/pbuilder-test/000_prepinstall index 493bc59..24c4016 100644 --- a/examples/pbuilder-test/000_prepinstall +++ b/examples/pbuilder-test/000_prepinstall @@ -3,7 +3,7 @@ # prepare environment for further testing. apt-get update -apt-get -y --force-yes install binfmtc sudo +apt-get -y "${APTGETOPT[@]}" install binfmtc sudo # add users if required. |