mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
improvements
use docker-compose from pypi with support for 2.1 compose file version logstash, kibana, head & netdata are now depending on a healthy elasticsearch container before starting remove alerta-cli tweak installer
This commit is contained in:
@ -1,18 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
########################################################
|
||||
# T-Pot #
|
||||
# .ISO creator #
|
||||
# #
|
||||
# v17.06 by mo, DTAG, 2017-03-13 #
|
||||
########################################################
|
||||
|
||||
# Set TERM, DIALOGRC
|
||||
export DIALOGRC=/etc/dialogrc
|
||||
export TERM=linux
|
||||
|
||||
# Let's define some global vars
|
||||
myBACKTITLE="T-Pot - ISO Creator"
|
||||
# If you need latest hardware support, try using the hardware enablement (hwe) ISO
|
||||
# myUBUNTULINK="http://archive.ubuntu.com/ubuntu/dists/xenial-updates/main/installer-amd64/current/images/hwe-netboot/mini.iso"
|
||||
myUBUNTULINK="http://archive.ubuntu.com/ubuntu/dists/xenial-updates/main/installer-amd64/current/images/netboot/mini.iso"
|
||||
myUBUNTUISO="mini.iso"
|
||||
myTPOTISO="tpot.iso"
|
||||
|
Reference in New Issue
Block a user