mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 13:29:42 +02:00
fix invalid path
This commit is contained in:
parent
3aedc1baf6
commit
c636c42961
1 changed files with 3 additions and 2 deletions
|
@ -117,7 +117,7 @@ su - $SUDO_USER -c "cp ~/pandora/config/logging.json.sample ~/pandora/config/log
|
||||||
apt install -y python3-yara
|
apt install -y python3-yara
|
||||||
|
|
||||||
# ClamAV
|
# ClamAV
|
||||||
cd
|
cd /home/$SUDO_USER
|
||||||
apt-get install -y hdparm clamav-daemon
|
apt-get install -y hdparm clamav-daemon
|
||||||
# In order for the module to work, you need the signatures.
|
# In order for the module to work, you need the signatures.
|
||||||
# Running the command "freshclam" will do it but if the script is already running
|
# Running the command "freshclam" will do it but if the script is already running
|
||||||
|
@ -136,8 +136,9 @@ dpkg --ignore-depends=libssl0.9.8 -i cav-linux_x64.deb
|
||||||
wget http://cdn.download.comodo.com/av/updates58/sigs/bases/bases.cav -O /opt/COMODO/scanners/bases.cav
|
wget http://cdn.download.comodo.com/av/updates58/sigs/bases/bases.cav -O /opt/COMODO/scanners/bases.cav
|
||||||
|
|
||||||
# Configure Pandora workers
|
# Configure Pandora workers
|
||||||
cd ~/pandora
|
cd /home/$SUDO_USER/pandora
|
||||||
for file in pandora/workers/*.sample; do cp -i ${file} ${file%%.sample}; done
|
for file in pandora/workers/*.sample; do cp -i ${file} ${file%%.sample}; done
|
||||||
|
|
||||||
# remove some workers
|
# remove some workers
|
||||||
# rm pandora/workers/preview.yml
|
# rm pandora/workers/preview.yml
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue