]> gitweb.fluxo.info Git - hydra.git/commitdiff
Be more informative when installing a package
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 28 Feb 2014 20:51:51 +0000 (17:51 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 28 Feb 2014 20:51:51 +0000 (17:51 -0300)
lib/hydra/misc

index 75ea0e907533b263d58b198d9114cd82d360a271..eda2919d04f5b0e3669bf53ab06701f029406241 100644 (file)
@@ -52,6 +52,7 @@ function hydra_install_package {
   dpkg -s $1 &> /dev/null
 
   if [ "$?" == "1" ]; then
+    echo "Installing package $1..."
     DEBIAN_FRONTEND=noninteractive apt-get install $1 -y
   fi
 }