Add telnet for monitoring games

This commit is contained in:
DeathByDenim 2022-10-03 19:37:44 -04:00
parent 333ee4909e
commit 8260ed15b2
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ apt install --assume-yes \
fuse g++ gcc curl firewalld automake autoconf libtool \
libcurl3-dev libc-ares-dev zlib1g-dev libncurses-dev make python3-aiohttp \
nginx-core certbot python3-certbot-nginx sudo python3-psutil \
ldc dub libenet-dev python3-bcrypt jq
ldc dub libenet-dev python3-bcrypt jq telnet
# Create the user for running the game servers
if ! getent passwd ${systemuser}; then