summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-10-12 22:36:25 +0200
committervarac <varacanero@zeromail.org>2012-10-12 22:36:25 +0200
commit26327946f9f414960679f3bab201a6b1385f49c9 (patch)
tree09e1c8d00ce6f01c720d2d292b7fcf77a80f6d29 /deploy.sh
parent84ec7db785dafacbc881fa6d8a626f9673de2942 (diff)
don't prompt when installing
Diffstat (limited to 'deploy.sh')
-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