From fa73a686b38086c9a417c1ce02045daf7533f63d Mon Sep 17 00:00:00 2001 From: dbarzin Date: Wed, 6 Jul 2022 19:12:19 +0200 Subject: [PATCH] update pandora --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 94331d0..767b4c4 100755 --- a/install.sh +++ b/install.sh @@ -97,7 +97,8 @@ wget http://cdn.download.comodo.com/av/updates58/sigs/bases/bases.cav -O /opt/CO # Configure workers su - $SUDO_USER -c 'cd pandora; for file in pandora/workers/*.sample; do cp -i ${file} ${file%%.sample}; done' -su - pandora -c 'cd pandora; for file in pandora/workers/*.sample; do cp -i ${file} ${file%%.sample}; done' +# Update Pandora +su - $SUDO_USER -c 'cd pandora; poetry run update --yes' #--------------------- # Pandora-box