mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-02 13:18:52 +00:00
fixing, tweaking
fix missing glances, dhcp lease timeout and windows title
This commit is contained in:
parent
5bbe07de9e
commit
a8b19e37ec
2 changed files with 4 additions and 3 deletions
|
@ -458,7 +458,7 @@ export TERM=linux
|
||||||
if [ "$myTPOT_DEPLOYMENT_TYPE" == "iso" ];
|
if [ "$myTPOT_DEPLOYMENT_TYPE" == "iso" ];
|
||||||
then
|
then
|
||||||
sleep 5
|
sleep 5
|
||||||
dialog --keep-window --no-ok --no-cancel --backtitle "$myBACKTITLE" --title "[ Wait to avoid interference with service messages ]" --pause "" 6 80 7
|
dialog --keep-window --no-ok --no-cancel --backtitle "$myBACKTITLE" --title "[ Wait to avoid interference with service messages ]" --pause "" 7 80 7
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check if remote sites are available
|
# Check if remote sites are available
|
||||||
|
@ -691,7 +691,7 @@ echo "UseRoaming no" | tee -a /etc/ssh/ssh_config
|
||||||
# Installing elasticdump, yq
|
# Installing elasticdump, yq
|
||||||
fuBANNER "Installing pkgs"
|
fuBANNER "Installing pkgs"
|
||||||
npm install elasticdump -g
|
npm install elasticdump -g
|
||||||
pip3 install yq
|
pip3 install glances yq
|
||||||
hash -r
|
hash -r
|
||||||
|
|
||||||
# Cloning T-Pot from GitHub
|
# Cloning T-Pot from GitHub
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#plymouth --quit
|
# Ensure client will receive a DHCP lease
|
||||||
|
dhclient
|
||||||
openvt -f -w -s /root/installer/wrapper.sh
|
openvt -f -w -s /root/installer/wrapper.sh
|
||||||
|
|
Loading…
Reference in a new issue