From 5ceda54fda776aed6142fb16a55e8a57b044d749 Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Tue, 11 Feb 2025 21:00:41 +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 4188bb4..e90793b 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 -su - $SUDO_USER -c "pip install yara-python" +su - $SUDO_USER -c "pip install python3-yara" # ClamAV apt-get install -y hdparm clamav-daemon