mirror of
https://github.com/telekom-security/tpotce.git
synced 2026-04-16 20:45:53 +00:00
4 lines
106 B
Bash
Executable file
4 lines
106 B
Bash
Executable file
#!/bin/bash
|
|
# Ensure client will receive a DHCP lease
|
|
dhclient
|
|
openvt -f -w -s /root/installer/wrapper.sh
|