From d23e94947f676bb925cbea93165275c19fdb6fc5 Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Thu, 18 Jan 2024 17:07:34 +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 acc234e..0deb9a6 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 'cd ~/.local/bin/poetry run update --yes' +su - $SUDO_USER -c '~/.local/bin/poetry run update --yes' # Remove unused workers su - $SUDO_USER -c "rm ~/pandora/pandora/workers/blocklists.*"