aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/hydra/misc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hydra/misc b/lib/hydra/misc
index 1187068..ebe0bc9 100644
--- a/lib/hydra/misc
+++ b/lib/hydra/misc
@@ -31,7 +31,7 @@ function hydra_install_package {
return
fi
- dpkg -s cryptsetu $1 &> /dev/null
+ dpkg -s $1 &> /dev/null
if [ "$?" == "1" ]; then
apt-get install $1 -y