From 7fc0bb3fc0080db02d9b23a10dd620ecfe2f2dff Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Fri, 7 May 2021 10:03:19 -0400 Subject: [PATCH] netcat --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 0924e86..30539cc 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -125,7 +125,7 @@ sudo systemctl enable ssh sudo systemctl restart ssh # Additional tools fail2ban -sudo -E apt-get install -y dnsutils fail2ban +sudo -E apt-get install -y dnsutils fail2ban netcat # Install kernel headers if [ "$DISTRO" == "ubuntu" ] || [ "$DISTRO" == "debian" ]; then