From 1abe21ecd63328c6cab4688890de30530983f648 Mon Sep 17 00:00:00 2001 From: cron410 Date: Fri, 5 Jul 2019 14:58:34 -0400 Subject: [PATCH] Better unattended update. Added DEBIAN_FRONTEND=noninteractive to a few APT commands. --- debian9-x86_64.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian9-x86_64.sh b/debian9-x86_64.sh index a026276..caf099f 100644 --- a/debian9-x86_64.sh +++ b/debian9-x86_64.sh @@ -68,7 +68,7 @@ elif [ -f /root/openmptcprouter_config.txt ]; then fi apt-get update -apt-get -y install apt-transport-https +DEBIAN_FRONTEND=noninteractive apt-get -y install apt-transport-https # Add OpenMPTCProuter repo echo 'deb https://repo.openmptcprouter.com stretch main' > /etc/apt/sources.list.d/openmptcprouter.list cat <> /etc/apt/sources.list