summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 4606f27d..9a8fcccf 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -24,7 +24,7 @@ install_prerequisites () {
if [ ! $? -eq 0 ]
then
apt-get update
- apt-get install $PACKAGES
+ apt-get install -y $PACKAGES
fi
# lsb is needed for a first puppet run