From a19a84714ba92d63c1156a2667dfa5f66cc2d70b Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Mon, 6 Feb 2017 11:53:28 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Add=20noninteractive=20setting?= =?UTF-8?q?=20to=20update.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/update.sh b/scripts/update.sh index 6ffd6712..a6e815f9 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -1,7 +1,8 @@ #!/usr/bin/env bash -# Update Package List +export DEBIAN_FRONTEND=noninteractive +# Update Package List apt-get update # Install Kernel Headers