From 8260ed15b27b1e6e8b49fb1a01bbbe792bb87361 Mon Sep 17 00:00:00 2001 From: DeathByDenim Date: Mon, 3 Oct 2022 19:37:44 -0400 Subject: [PATCH] Add telnet for monitoring games --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 4032101..01081d3 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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