From 68c57e67661e2d488d37c92099cc3239911c15bd Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Wed, 23 Mar 2022 22:21:34 +0000 Subject: [PATCH] adjust installer editions --- iso/installer/install.sh | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/iso/installer/install.sh b/iso/installer/install.sh index cbce86aa..390a6a41 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -738,30 +738,34 @@ case $myCONF_TPOT_FLAVOR in fuBANNER "STANDARD" ln -s /opt/tpot/etc/compose/standard.yml $myTPOTCOMPOSE ;; - LOG4J) - fuBANNER "LOG4J" - ln -s /opt/tpot/etc/compose/log4j.yml $myTPOTCOMPOSE + HIVE) + fuBANNER "HIVE" + ln -s /opt/tpot/etc/compose/hive.yml $myTPOTCOMPOSE ;; - SENSOR) - fuBANNER "SENSOR" - ln -s /opt/tpot/etc/compose/sensor.yml $myTPOTCOMPOSE + HIVE_SENSOR) + fuBANNER "HIVE_SENSOR" + ln -s /opt/tpot/etc/compose/hive_sensor.yml $myTPOTCOMPOSE ;; INDUSTRIAL) fuBANNER "INDUSTRIAL" ln -s /opt/tpot/etc/compose/industrial.yml $myTPOTCOMPOSE ;; - COLLECTOR) - fuBANNER "COLLECTOR" - ln -s /opt/tpot/etc/compose/collector.yml $myTPOTCOMPOSE - ;; - NEXTGEN) - fuBANNER "NEXTGEN" - ln -s /opt/tpot/etc/compose/nextgen.yml $myTPOTCOMPOSE + LOG4J) + fuBANNER "LOG4J" + ln -s /opt/tpot/etc/compose/log4j.yml $myTPOTCOMPOSE ;; MEDICAL) fuBANNER "MEDICAL" ln -s /opt/tpot/etc/compose/medical.yml $myTPOTCOMPOSE ;; + MINI) + fuBANNER "MINI" + ln -s /opt/tpot/etc/compose/mini.yml $myTPOTCOMPOSE + ;; + SENSOR) + fuBANNER "SENSOR" + ln -s /opt/tpot/etc/compose/sensor.yml $myTPOTCOMPOSE + ;; esac # Let's load docker images