From b21b7e342681d18c388f0d74c438f3cf23eff728 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 22 Jun 2022 16:19:03 +0200 Subject: [PATCH] netcat-traditional --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5eb7636..b661679 100755 --- a/install.sh +++ b/install.sh @@ -31,7 +31,7 @@ sudo apt-get update sudo apt install -y $i; done -for i in git fail2ban netcat-openbsd inotify-tools curl net-tools libsodium* python3-dev python3-pip python3-setuptools python3-wheel python3-dotenv mpack libssl-dev libffi-dev; do +for i in git fail2ban netcat-traditional inotify-tools curl net-tools libsodium* python3-dev python3-pip python3-setuptools python3-wheel python3-dotenv mpack libssl-dev libffi-dev; do if [ $(dpkg-query -W -f='${Status}' $i 2>/dev/null | grep -c "ok installed") -eq 0 ]; then echo ">>> Installation $i <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<" sudo apt install -y $i