adjust installer editions

This commit is contained in:
t3chn0m4g3 2022-03-23 22:21:34 +00:00
parent 75c1b3400f
commit 68c57e6766

View file

@ -738,30 +738,34 @@ case $myCONF_TPOT_FLAVOR in
fuBANNER "STANDARD" fuBANNER "STANDARD"
ln -s /opt/tpot/etc/compose/standard.yml $myTPOTCOMPOSE ln -s /opt/tpot/etc/compose/standard.yml $myTPOTCOMPOSE
;; ;;
LOG4J) HIVE)
fuBANNER "LOG4J" fuBANNER "HIVE"
ln -s /opt/tpot/etc/compose/log4j.yml $myTPOTCOMPOSE ln -s /opt/tpot/etc/compose/hive.yml $myTPOTCOMPOSE
;; ;;
SENSOR) HIVE_SENSOR)
fuBANNER "SENSOR" fuBANNER "HIVE_SENSOR"
ln -s /opt/tpot/etc/compose/sensor.yml $myTPOTCOMPOSE ln -s /opt/tpot/etc/compose/hive_sensor.yml $myTPOTCOMPOSE
;; ;;
INDUSTRIAL) INDUSTRIAL)
fuBANNER "INDUSTRIAL" fuBANNER "INDUSTRIAL"
ln -s /opt/tpot/etc/compose/industrial.yml $myTPOTCOMPOSE ln -s /opt/tpot/etc/compose/industrial.yml $myTPOTCOMPOSE
;; ;;
COLLECTOR) LOG4J)
fuBANNER "COLLECTOR" fuBANNER "LOG4J"
ln -s /opt/tpot/etc/compose/collector.yml $myTPOTCOMPOSE ln -s /opt/tpot/etc/compose/log4j.yml $myTPOTCOMPOSE
;;
NEXTGEN)
fuBANNER "NEXTGEN"
ln -s /opt/tpot/etc/compose/nextgen.yml $myTPOTCOMPOSE
;; ;;
MEDICAL) MEDICAL)
fuBANNER "MEDICAL" fuBANNER "MEDICAL"
ln -s /opt/tpot/etc/compose/medical.yml $myTPOTCOMPOSE 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 esac
# Let's load docker images # Let's load docker images