From 6f18240ade3b8a928f0dde586742d3cf9da531f2 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Tue, 8 Mar 2016 18:37:37 +0100 Subject: [PATCH] only apt-get upgrade during install --- installer/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/install.sh b/installer/install.sh index b61c7661..feb9df8b 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -3,7 +3,7 @@ # T-Pot post install script # # Ubuntu server 14.04.4, x64 # # # -# v16.03.13 by mo, DTAG, 2016-03-06 # +# v16.03.14 by mo, DTAG, 2016-03-08 # ######################################################## # Type of install, SENSOR, INDUSTRIAL or FULL? @@ -161,7 +161,7 @@ EOF fuECHO "### Pulling Updates." apt-get update -y fuECHO "### Installing Upgrades." -apt-get dist-upgrade -y +apt-get upgrade -y # Let's install docker fuECHO "### Installing docker-engine."