From 6615046d021fd67ea8d67e086eec0b1c2bcdb0e1 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Thu, 11 Feb 2016 14:59:22 +0100 Subject: [PATCH] update docker installation method --- installer/install.sh | 2 +- preseed/tpot.seed | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/install.sh b/installer/install.sh index d030746a..17f944a6 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -7,7 +7,7 @@ ######################################################## # Type of install, SENSOR, INDUSTRIAL or FULL? -myFLAVOR="INDUSTRIAL" +myFLAVOR="FULL" # Some global vars myPROXYFILEPATH="/root/tpot/etc/proxy" diff --git a/preseed/tpot.seed b/preseed/tpot.seed index 1e15ab1d..c7791d26 100755 --- a/preseed/tpot.seed +++ b/preseed/tpot.seed @@ -31,7 +31,7 @@ d-i clock-setup/ntp boolean true tasksel tasksel/first multiselect ubuntu-server # Packages -d-i pkgsel/include string curl dialog dstat ethtool genisoimage git htop iw libpam-google-authenticator lm-sensors ntp openssh-server syslinux pv vim wireless-tools wpasupplicant +d-i pkgsel/include string apt-transport-https ca-certificates curl dialog dstat ethtool genisoimage git htop iw libpam-google-authenticator lm-sensors ntp openssh-server syslinux pv vim wireless-tools wpasupplicant # Update Policy d-i pkgsel/update-policy select unattended-upgrades