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