From cd19c7f599c1aacce72ca2e8623f94882e32957a Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Tue, 11 Feb 2025 21:03:53 +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 f7386df..14ad1b0 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 "apt install python3-yara" +apt install python3-yara # ClamAV apt-get install -y hdparm clamav-daemon