From b534ebe7029d82341fcf677f8b75642c20922143 Mon Sep 17 00:00:00 2001 From: Giuseppe <30879794+angolo40@users.noreply.github.com> Date: Wed, 27 Dec 2023 12:12:08 +0100 Subject: [PATCH] Update easyinstall.sh --- easyinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyinstall.sh b/easyinstall.sh index aa842d2..7cefd3c 100755 --- a/easyinstall.sh +++ b/easyinstall.sh @@ -16,7 +16,7 @@ HOW_MANY_MIKROTIK=1 #Min 1 Mikrotik echo "--- Install required package ---" -apt-get install ca-certificates curl wget unzip gnupg lsb-release build-essential python3-pip git htop libpcap-dev -y +apt-get install ca-certificates curl wget unzip tcpdump gnupg lsb-release build-essential python3-pip git htop libpcap-dev -y pip3 install pyinotify ujson requests librouteros PATH_GIT_MIKROCATA=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )