mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +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" ];
|
||||
then
|
||||
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
|
||||
|
||||
# Check if remote sites are available
|
||||
|
@ -691,7 +691,7 @@ echo "UseRoaming no" | tee -a /etc/ssh/ssh_config
|
|||
# Installing elasticdump, yq
|
||||
fuBANNER "Installing pkgs"
|
||||
npm install elasticdump -g
|
||||
pip3 install yq
|
||||
pip3 install glances yq
|
||||
hash -r
|
||||
|
||||
# Cloning T-Pot from GitHub
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
#plymouth --quit
|
||||
# Ensure client will receive a DHCP lease
|
||||
dhclient
|
||||
openvt -f -w -s /root/installer/wrapper.sh
|
||||
|
|
Loading…
Reference in a new issue