From 8f936186fec0d145ff48805966a5bdb4c17f56d7 Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Tue, 11 Feb 2025 21:02:18 +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 e90793b..f7386df 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 python3-yara" +su - $SUDO_USER -c "apt install python3-yara" # ClamAV apt-get install -y hdparm clamav-daemon