From 546dad36848e19057b3c7c36d21ff3ff11ce708f Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Mon, 29 Oct 2018 16:50:23 +0000 Subject: [PATCH] prevent interaction for dist-upgrade --- iso/installer/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iso/installer/install.sh b/iso/installer/install.sh index c2482653..0586e9de 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -134,7 +134,8 @@ apt-get -y update echo echo "### Upgrading packages." echo -apt-get -y dist-upgrade +# Downlaod and upgrade packages, but silently kee existing configs +apt-get dist-upgrade -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --force-yes echo echo "### Installing T-Pot dependencies." echo