aboutsummaryrefslogtreecommitdiff
path: root/examples/B92test-pkg
diff options
context:
space:
mode:
Diffstat (limited to 'examples/B92test-pkg')
-rw-r--r--examples/B92test-pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/B92test-pkg b/examples/B92test-pkg
index a678660..078e62f 100644
--- a/examples/B92test-pkg
+++ b/examples/B92test-pkg
@@ -5,7 +5,7 @@ set -e
echo "Installing the prerequisites"
for PKG in $(ls /tmp/buildd/*.deb | sed -e's,.*/,,;s,_.*,,' ); do
- apt-get install -y --allow-unauthenticated "$PKG"
+ apt-get install -y --force-yes "$PKG"
apt-get remove -y "$PKG"
done