]> gitweb.fluxo.info Git - hydra.git/commitdiff
Install: rsync dependency
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 30 Sep 2016 19:35:34 +0000 (16:35 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 30 Sep 2016 19:35:34 +0000 (16:35 -0300)
share/hydra/install

index def34edadd9b565f0891349516cd0a9a2f8c4d0e..44f712a264fb153977f26961d2afc511500e35d5 100755 (executable)
@@ -23,6 +23,9 @@ hydra_config_load
 # Command line arguments
 NODES="$*"
 
+# Dependencies
+hydra_install_package rsync
+
 # Build node list
 if [ -z "$NODES" ]; then
   NODES="`hydra $HYDRA nodes`"