From: Silvio Rhatto Date: Sat, 7 May 2011 02:38:32 +0000 (-0300) Subject: Oops X-Git-Tag: 0.1~338 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=440f656f3626908632f326e4fc61b01e63ff5ddd;p=hydra.git Oops --- 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