diff options
| author | varac <varacanero@zeromail.org> | 2012-10-12 22:36:25 +0200 |
|---|---|---|
| committer | varac <varacanero@zeromail.org> | 2012-10-12 22:36:25 +0200 |
| commit | 26327946f9f414960679f3bab201a6b1385f49c9 (patch) | |
| tree | 09e1c8d00ce6f01c720d2d292b7fcf77a80f6d29 | |
| parent | 84ec7db785dafacbc881fa6d8a626f9673de2942 (diff) | |
don't prompt when installing
| -rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
