From 26327946f9f414960679f3bab201a6b1385f49c9 Mon Sep 17 00:00:00 2001 From: varac Date: Fri, 12 Oct 2012 22:36:25 +0200 Subject: don't prompt when installing --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3