aboutsummaryrefslogtreecommitdiff
path: root/lib/hydra/misc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hydra/misc')
-rw-r--r--lib/hydra/misc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hydra/misc b/lib/hydra/misc
index 6f74f8a..62fd7f5 100644
--- a/lib/hydra/misc
+++ b/lib/hydra/misc
@@ -34,6 +34,6 @@ function hydra_install_package {
dpkg -l $1 &> /dev/null
if [ "$?" == "1" ]; then
- apt-get install $1
+ apt-get install $1 -y
fi
}