summaryrefslogtreecommitdiff
path: root/debian_setup.sh
diff options
context:
space:
mode:
authorNavaL <ayoyo@thoughtworks.com>2016-02-09 17:26:37 +0100
committerNavaL <ayoyo@thoughtworks.com>2016-02-09 17:26:37 +0100
commit62096fdce61117f9ef8ac3fcf2a18dc726a73544 (patch)
tree7b3bbebd70fbe2715589fbd7e4911ac9f70869d2 /debian_setup.sh
parentbf43ed952a3a480d4a1e94e2cf18b5365481984b (diff)
making apt-get not read the whole script in debian_setup
Issue #593
Diffstat (limited to 'debian_setup.sh')
-rw-r--r--debian_setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian_setup.sh b/debian_setup.sh
index b1f48838..fcd9b5e3 100644
--- a/debian_setup.sh
+++ b/debian_setup.sh
@@ -13,7 +13,7 @@ function clone_repo {
fi
}
-sudo apt-get install -y puppet git
+sudo apt-get install -y puppet git </dev/null
clone_repo
sudo puppet apply --modulepath='provisioning/modules' provisioning/manifests/debian.pp
./install-pixelated.sh -v ~/.virtualenv/user-agent-venv