From 6cc229c610a7d67571a3c3865972c493af390069 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Thu, 11 Feb 2016 14:57:10 +0100 Subject: [PATCH] update docker installation method --- installer/install.sh | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/installer/install.sh b/installer/install.sh index e3f92e89..d030746a 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -3,11 +3,11 @@ # T-Pot post install script # # Ubuntu server 14.04.3, x64 # # # -# v16.03.6 by mo, DTAG, 2016-02-08 # +# v16.03.7 by mo, DTAG, 2016-02-11 # ######################################################## # Type of install, SENSOR, INDUSTRIAL or FULL? -myFLAVOR="FULL" +myFLAVOR="INDUSTRIAL" # Some global vars myPROXYFILEPATH="/root/tpot/etc/proxy" @@ -150,6 +150,13 @@ tee -a /etc/ssh/ssh_config <