mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
4 lines
111 B
Bash
4 lines
111 B
Bash
#!/bin/bash
|
|
# Stop plymouth to allow for terminal interaction
|
|
plymouth quit
|
|
openvt -w -s /root/tpot/install.sh
|