From 9597ae54903d6edc06aa72fd2094dec91c87167e Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Wed, 12 Feb 2025 09:56:40 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b7fbda0..eee22f5 100755 --- a/install.sh +++ b/install.sh @@ -109,7 +109,7 @@ su - $SUDO_USER -c "cd ~/pandora; cp config/generic.json.sample config/generic.j su - $SUDO_USER -c "cp ~/pandora/config/logging.json.sample ~/pandora/config/logging.json" # install yara-python -apt install python3-yara +apt install -y python3-yara # ClamAV apt-get install -y hdparm clamav-daemon