1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 13:29:42 +02:00

Update install.sh

This commit is contained in:
Didier Barzin 2025-04-05 08:57:01 +02:00 committed by GitHub
parent 641e226f89
commit a2321524c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,8 +138,10 @@ wget http://cdn.download.comodo.com/av/updates58/sigs/bases/bases.cav -O /opt/CO
# Configure Pandora workers # Configure Pandora workers
cd ~/pandora cd ~/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
rm pandora/workers/preview.yml
# Update Pandora # Update Pandor
su - $SUDO_USER -c "cd ~/pandora; poetry run update --yes" su - $SUDO_USER -c "cd ~/pandora; poetry run update --yes"
# Remove files from quarantine after 180 days # Remove files from quarantine after 180 days