From 42aed2c689ba4e8ffec0fcf11c0feaf5ceab2957 Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Sun, 21 Jan 2024 19:09:56 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0deb9a6..c1bdb45 100755 --- a/install.sh +++ b/install.sh @@ -139,7 +139,7 @@ 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 # Update Pandora -su - $SUDO_USER -c '~/.local/bin/poetry run update --yes' +su - $SUDO_USER -c "cd ~/pandora; poetry run update --yes" # Remove unused workers su - $SUDO_USER -c "rm ~/pandora/pandora/workers/blocklists.*"