From a2321524c404b8ef5bf6c24dbb89789d711e8cb7 Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Sat, 5 Apr 2025 08:57:01 +0200 Subject: [PATCH] Update install.sh --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 734a3e4..ebc2077 100755 --- a/install.sh +++ b/install.sh @@ -138,8 +138,10 @@ wget http://cdn.download.comodo.com/av/updates58/sigs/bases/bases.cav -O /opt/CO # Configure Pandora workers cd ~/pandora 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" # Remove files from quarantine after 180 days