mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
adjust installer editions
This commit is contained in:
parent
75c1b3400f
commit
68c57e6766
1 changed files with 17 additions and 13 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue