diff options
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydra/deploy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/deploy b/share/hydra/deploy index 19150a8..1321a06 100755 --- a/share/hydra/deploy +++ b/share/hydra/deploy @@ -55,7 +55,7 @@ for node in $NODES; do if [ ! -e "$FOLDER/usr/bin/puppet" ]; then echo "Installing dependencies..." $DEPLOY_COMMAND apt-get update - $DEPLOY_COMMAND apt-get install $DEPLOY_DEPENDENCIES -y + $DEPLOY_COMMAND DEBIAN_FRONTEND=noninteractive apt-get install $DEPLOY_DEPENDENCIES -y fi # Create folders |