diff options
Diffstat (limited to 'examples/B90linda')
-rw-r--r-- | examples/B90linda | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/B90linda b/examples/B90linda index a992a57..128d8f7 100644 --- a/examples/B90linda +++ b/examples/B90linda @@ -1,4 +1,4 @@ #!/bin/bash # run linda on generated deb files -apt-get install -y --allow-unauthenticated linda +apt-get install -y --force-yes linda linda /tmp/buildd/*.deb |