mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 13:29:42 +02:00
remove unused workers
This commit is contained in:
parent
71e9292d01
commit
8cff2ff6f8
1 changed files with 11 additions and 0 deletions
11
install.sh
11
install.sh
|
@ -124,6 +124,17 @@ wget http://cdn.download.comodo.com/av/updates58/sigs/bases/bases.cav -O /opt/CO
|
|||
# Update Pandora
|
||||
su - $SUDO_USER -c 'cd pandora; ../.local/bin/poetry run update --yes'
|
||||
|
||||
# Remove unused workers
|
||||
rm /pandora/pandora/workers/blocklists.*
|
||||
rm /pandora/pandora/workers/hybridanalysis.*
|
||||
rm /pandora/pandora/workers/joesandbox.*
|
||||
rm /pandora/pandora/workers/lookyloo.*
|
||||
rm /pandora/pandora/workers/malwarebazaar.*
|
||||
rm /pandora/pandora/workers/mwdb.*
|
||||
rm /pandora/pandora/workers/ole.*
|
||||
rm /pandora/pandora/workers/preview.*
|
||||
rm /pandora/pandora/workers/virustotal.*
|
||||
|
||||
#---------------------
|
||||
# Pandora-box
|
||||
#---------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue