From 62096fdce61117f9ef8ac3fcf2a18dc726a73544 Mon Sep 17 00:00:00 2001 From: NavaL Date: Tue, 9 Feb 2016 17:26:37 +0100 Subject: making apt-get not read the whole script in debian_setup Issue #593 --- debian_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian_setup.sh') 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